Update html-and-forms.md

corrected a grammar mistake from "serializers can used as HTML forms and rendered in templates" to "serializers can be used as HTML forms and rendered in templates"
This commit is contained in:
Eze Sunday 2018-07-07 18:33:26 +01:00 committed by GitHub
parent 38b3d0109b
commit 7720cca746
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
# HTML & Forms # HTML & Forms
REST framework is suitable for returning both API style responses, and regular HTML pages. Additionally, serializers can used as HTML forms and rendered in templates. REST framework is suitable for returning both API style responses, and regular HTML pages. Additionally, serializers can be used as HTML forms and rendered in templates.
## Rendering HTML ## Rendering HTML