Skip to content

Commit f3e73d7

Browse files
authored
docs: fix typo (#338)
Co-authored-by: Manoj Sonawane <Manoj Sonawane>
1 parent 879a840 commit f3e73d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/topics/nested-forms.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ be *removed* from the list. For example, given the following:
191191
<input
192192
type="checkbox"
193193
name={"#{@form.name}[_drop_locations][]"}
194-
value={location_form.index}
194+
value={location.index}
195195
class="hidden"
196196
/>
197197

0 commit comments

Comments
 (0)