Fix grammar mistake in html-and-forms.md (#6070)

This commit is contained in:
Eze Sunday 2018-07-08 21:11:05 +01:00 committed by Ryan P Kilby
parent 38b3d0109b
commit a0277919f0

View File

@ -1,6 +1,6 @@
# 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