Merge pull request #607 from nosahama/hotfix/docs-cookie-typo-fix
Typo Fix in docs/sanic/cookies.md
This commit is contained in:
commit
df9d897e75
|
@ -5,7 +5,7 @@ both read and write cookies, which are stored as key-value pairs.
|
|||
|
||||
## Reading cookies
|
||||
|
||||
A user's cookies can be accessed `Request` object's `cookie` dictionary.
|
||||
A user's cookies can be accessed via the `Request` object's `cookies` dictionary.
|
||||
|
||||
```python
|
||||
from sanic.response import text
|
||||
|
|
Loading…
Reference in New Issue
Block a user