Skip to content

Commit ae3b3cd

Browse files
wouterjweaverryan
authored andcommitted
Fixed typo
1 parent f1708f5 commit ae3b3cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

best_practices/forms.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ There are a lot of ways to render your form, ranging from rendering the entire
157157
thing in one line to rendering each part of each field independently. The
158158
best way depends on how much customization you need.
159159

160-
One of thhe simplest ways - which is especially useful during development -
160+
One of the simplest ways - which is especially useful during development -
161161
is to render the form tags and use ``form_widget()`` to render all of the
162162
fields:
163163

0 commit comments

Comments
 (0)