Skip to content

Commit 38da641

Browse files
committed
Fix typo
1 parent 5016771 commit 38da641

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

testing.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ their type::
757757
$form['photo']->upload('/path/to/lucas.jpg');
758758

759759
// In the case of a multiple file upload
760-
$form['my_form[field][O]']->upload('/path/to/lucas.jpg');
760+
$form['my_form[field][0]']->upload('/path/to/lucas.jpg');
761761
$form['my_form[field][1]']->upload('/path/to/lisa.jpg');
762762

763763
.. tip::

0 commit comments

Comments
 (0)