Documentation typo (#218)

This commit is contained in:
David Larlet 2018-11-14 05:58:05 -05:00 committed by Tom Christie
parent 5fc8b394e2
commit 9a51a63d35
1 changed files with 1 additions and 1 deletions

View File

@ -98,5 +98,5 @@ class App:
```
If you access `.stream()` then the byte chunks are provided without storing
the entire body to memory. Any subsequent calls to `.body()`, `.form(), or `.json()`
the entire body to memory. Any subsequent calls to `.body()`, `.form()`, or `.json()`
will raise an error.