Fixed typos in documentation (#956)

Co-authored-by: le_woudar <kevin.tewouda@gandi.net>
This commit is contained in:
Kevin Tewouda 2020-05-28 15:11:22 +02:00 committed by GitHub
parent 41ad780073
commit e1b045cea7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@ is shutting down.
## Registering events
These event handlers can either be `async` coroutines, or regular syncronous
These event handlers can either be `async` coroutines, or regular synchronous
functions.
The event handlers should be included on the application like so:

View File

@ -47,7 +47,7 @@ For example: `websocket.query_params['search']`
Router path parameters are exposed as a dictionary interface.
For example: `request.path_params['username']`
For example: `websocket.path_params['username']`
### Accepting the connection