Skip to content

Commit be84e11

Browse files
committed
minor #14423 Fix small typo (rjwebdev)
This PR was merged into the 4.4 branch. Discussion ---------- Fix small typo Add missing 'f' to text Commits ------- c6b99a0 Fix small typo
2 parents 295e7da + c6b99a0 commit be84e11

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)