Browse Source

Fix typo (thing --> things)

pull/1781/head
Daniel Quinn 9 years ago committed by Adrian
parent
commit
be2abd2926
  1. 2
      docs/patterns/apierrors.rst

2
docs/patterns/apierrors.rst

@ -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…
Cancel
Save