diff --git a/docs/dispatcher/router.rst b/docs/dispatcher/router.rst index a4d09b2c..e945a178 100644 --- a/docs/dispatcher/router.rst +++ b/docs/dispatcher/router.rst @@ -17,8 +17,8 @@ Event observers Here is the list of available observers and examples of how to register handlers (In examples used only @decorator-style): -In these examples only decorator-style registering handlers are used, but if you dont like @decorators just use :obj:`.register(...)` method instead -. +In these examples only decorator-style registering handlers are used, but if you don't like @decorators just use :obj:`.register(...)` method instead. + Update ------