Skip to content

Commit ec6dd6d

Browse files
authored
Update src/TwigComponent/doc/index.rst
1 parent fe517d4 commit ec6dd6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/TwigComponent/doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -484,7 +484,7 @@ component use a ``PreMount`` hook::
484484
.. note::
485485

486486
In its default configuration, the OptionsResolver treats all props.
487-
However, if more props are passed than the options defined in the OptionsResolver, an error will be prompted, indicating that one or more options are not defined.
487+
However, if more props are passed than the options defined in the OptionsResolver, an error will be prompted, indicating that one or more options do not exist.
488488
To avoid this, use the `ignoreUndefined()` method with `true`. See `ignore not defined options`_ for more info.
489489

490490
$resolver->setIgnoreUndefined(true);

0 commit comments

Comments
 (0)