From 1f5f015c32550c1424dd7804e8ee4717bcc5b9b7 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Fri, 28 Feb 2014 21:03:46 -0500 Subject: Fixed spelling mistakes in docs. --- docs/topics/forms/formsets.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/topics/forms') diff --git a/docs/topics/forms/formsets.txt b/docs/topics/forms/formsets.txt index 5b2478244d..a1e30b341b 100644 --- a/docs/topics/forms/formsets.txt +++ b/docs/topics/forms/formsets.txt @@ -588,8 +588,8 @@ The ``manage_articles.html`` template might look like this: -However the above can be slightly shortcutted and let the formset itself deal -with the management form: +However there's a slight shortcut for the above by letting the formset itself +deal with the management form: .. code-block:: html+django -- cgit v1.3