From f6d0cf9607e83036618cf20c729f50f68e593429 Mon Sep 17 00:00:00 2001 From: Patrick Spek Date: Thu, 7 Sep 2017 12:21:11 +0200 Subject: Correct spelling mistake in 'singnals' --- docs/01-basics.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.1