Skip to content

Commit 59eb0df

Browse files
committed
Fix typo
1 parent c76cb15 commit 59eb0df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/form.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ method to access the list of errors. It returns a
700700
// ...
701701

702702
// a FormErrorIterator instance, but only errors attached to this
703-
// form level (e.g. "global errors)
703+
// form level (e.g. global errors)
704704
$errors = $form->getErrors();
705705

706706
// a FormErrorIterator instance, but only errors attached to the

0 commit comments

Comments
 (0)