aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Spek <p.spek@tyil.nl>2017-09-07 12:21:11 +0200
committerPatrick Spek <p.spek@tyil.nl>2017-09-07 12:21:11 +0200
commitf6d0cf9607e83036618cf20c729f50f68e593429 (patch)
tree5feac7e5e37ab1f194e78c573629099dc218b916
parent1cb6a9e7e27d13c3383182c047e8b68f9ca36444 (diff)
Correct spelling mistake in 'singnals'
-rw-r--r--docs/01-basics.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/01-basics.md b/docs/01-basics.md
index fb837de..23c9e81 100644
--- a/docs/01-basics.md
+++ b/docs/01-basics.md
@@ -66,7 +66,7 @@ message objects have a `.reply` method you can call to send a reply to the
message's sender, however it's easier to just return a value from your method
handler, which will automatically call `.reply` on the message object for you.
-Returning a value from your event handler singnals to the Client Object that
+Returning a value from your event handler signals to the Client Object that
it handled the event and no other plugins or event handlers should be tried.
Your plugin can do the `IRC::Client::Plugin` role (automatically exported
when you `use IRC::Client`), which provides `$.NEXT` attribute. The value