forked from orbit-oss/flask
Fix typo (thing --> things)
This commit is contained in:
parent
2bf477cfea
commit
be2abd2926
1 changed files with 1 additions and 1 deletions
|
|
@ -2,7 +2,7 @@ Implementing API Exceptions
|
|||
===========================
|
||||
|
||||
It's very common to implement RESTful APIs on top of Flask. One of the
|
||||
first thing that developers run into is the realization that the builtin
|
||||
first things that developers run into is the realization that the builtin
|
||||
exceptions are not expressive enough for APIs and that the content type of
|
||||
:mimetype:`text/html` they are emitting is not very useful for API consumers.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue