aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorZoffix Znet <cpan@zoffix.com>2016-07-26 13:48:00 -0400
committerZoffix Znet <cpan@zoffix.com>2016-07-26 13:48:00 -0400
commit63682618c3c0386ff03683f2a984533320115f9a (patch)
treecca7c32e9af62782e3b8102d0c92201bfc5bbe8b /docs
parentd7f6e600ea74dd810ec5995f54e48ab6551fdf0f (diff)
Fix typo
Diffstat (limited to 'docs')
-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 091af42..6c82572 100644
--- a/docs/01-basics.md
+++ b/docs/01-basics.md
@@ -20,7 +20,7 @@ All of the functionality is implemented as "plugins," which are passed to
the `:plugins` attribute. Plugins are just regular classes, altough they can
do the `IRC::Client::Plugin` role to obtain extra functionality.
-To subscribe to subscribe to one of [the events](02-event-reference.md), simply
+To subscribe to one of [the events](02-event-reference.md), simply
create a method with event's name in your class. The tutorial will use the
`irc-to-me` event, which is a convenience event fired when the bot is addressed
in-channel or someone sends it a notice or a private message.