We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d28fd34 + 697cf82 commit f9dfc09Copy full SHA for f9dfc09
doc/swagger.rst
@@ -607,7 +607,7 @@ You can document response headers with the ``@api.header()`` decorator shortcut.
607
def get(self):
608
pass
609
610
-If you need to specify an header that appear only on a gvien response,
+If you need to specify an header that appear only on a given response,
611
just use the `@api.response` `headers` parameter.
612
613
.. code-block:: python
0 commit comments