Skip to content

Commit 3b87ca0

Browse files
committed
Fixing to minor spelling errors in the radio form type
1 parent 8f65586 commit 3b87ca0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

reference/forms/types/radio.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ radio Field Type
55
================
66

77
Creates a single radio button. If the radio button is selected, the field will
8-
be set to the specified value. Radio buttons cannot be unchecked - The value only
9-
changes when another radio button with the same gets checked.
8+
be set to the specified value. Radio buttons cannot be unchecked - the value only
9+
changes when another radio button with the same name gets checked.
1010

1111
The ``radio`` type isn't usually used directly. More commonly it's used
1212
internally by other types such as :doc:`choice</reference/forms/types/choice>`.

0 commit comments

Comments
 (0)