8000 minor #15162 [Finder] Fix typo (sebpacz) · symfony/symfony-docs@d5c349e · GitHub
[go: up one dir, main page]

Skip to content

Commit d5c349e

Browse files
committed
minor #15162 [Finder] Fix typo (sebpacz)
This PR was merged into the 4.4 branch. Discussion ---------- [Finder] Fix typo <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- a6874e6 [Finder] Fix typo
2 parents 0437248 + a6874e6 commit d5c349e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/finder.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ Use the forward slash (i.e. ``/``) as the directory separator on all platforms,
214214
including Windows. The component makes the necessary conversion internally.
215215

216216
The ``path()`` method accepts a string, a regular expression or an array of
217-
strings or regulars expressions::
217+
strings or regular expressions::
218218

219219
$finder->path('foo/bar');
220220
$finder->path('/^foo\/bar/');

0 commit comments

Comments
 (0)
0