Skip to content

Commit a3ac75e

Browse files
thsmalepgjones
authored andcommitted
fix supploy typo
1 parent 367be34 commit a3ac75e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

docs/how_to_guides/headers_validation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ request and optionally ``X-Optional`` of type int.
8686

8787
If the client doesn't supply correctly structured data they will
8888
receive a 400 (bad request) response without your route handler
89-
running. If the client does supploy correctly structured data it will
89+
running. If the client does supply correctly structured data it will
9090
be passed into your route handler as the ``headers`` argument.
9191

9292
.. note::

docs/how_to_guides/request_validation.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ match the Todo class, for example,
8888
8989
If the client doesn't supply correctly structured data they will
9090
receive a 400 (bad request) response without your route handler
91-
running. If the client does supploy correctly structured data it will
91+
running. If the client does supply correctly structured data it will
9292
be passed into your route handler as the ``data`` argument.
9393
9494
Form data

0 commit comments

Comments
 (0)