8000 [Finder] Fix typo · symfony/symfony-docs@a6874e6 · GitHub
[go: up one dir, main page]

Skip to content

Commit a6874e6

Browse files
authored
[Finder] Fix typo
1 parent 0437248 commit a6874e6

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