Fix typo (thing --> things)

This commit is contained in:
Daniel Quinn 2016-04-11 13:57:04 +01:00 committed by Adrian
parent 2bf477cfea
commit be2abd2926

View file

@ -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.