Skip to content

Commit c6b99a0

Browse files
authored
Fix small typo
1 parent 295e7da commit c6b99a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reference/forms/types/options/choice_name.rst.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
Controls the internal field name of the choice. You normally don't care about this,
77
but in some advanced cases, you might. For example, this "name" becomes the index
8-
of the choice views in the template and is used as part o the field name
8+
of the choice views in the template and is used as part of the field name
99
attribute.
1010
1111
This can be a callable or a property path. See `choice_label`_ for similar usage.

0 commit comments

Comments
 (0)