From a0277919f03b048ef5eddd37812dbc2f966f4783 Mon Sep 17 00:00:00 2001 From: Eze Sunday Date: Sun, 8 Jul 2018 21:11:05 +0100 Subject: [PATCH] Fix grammar mistake in html-and-forms.md (#6070) --- docs/topics/html-and-forms.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/topics/html-and-forms.md b/docs/topics/html-and-forms.md index dcdc77741..0b4afca12 100644 --- a/docs/topics/html-and-forms.md +++ b/docs/topics/html-and-forms.md @@ -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