Fix some typos in the docs
This commit is contained in:
parent
d09aa37650
commit
ff2786d8af
8 changed files with 16 additions and 16 deletions
|
|
@ -5,7 +5,7 @@ Flask comes with a handy :func:`~flask.abort` function that aborts a
|
|||
request with an HTTP error code early. It will also provide a plain black
|
||||
and white error page for you with a basic description, but nothing fancy.
|
||||
|
||||
Depening on the error code it is less or more likely for the user to
|
||||
Depending on the error code it is less or more likely for the user to
|
||||
actually see such an error.
|
||||
|
||||
Common Error Codes
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue