mirror of https://github.com/encode/starlette.git
Fixed typos in documentation (#956)
Co-authored-by: le_woudar <kevin.tewouda@gandi.net>
This commit is contained in:
parent
41ad780073
commit
e1b045cea7
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue