Skip to content

Commit 0f6cd89

Browse files
committed
Merge pull request #2917 from lucascourot/patch-2
Fix typo
2 parents d96e9b8 + 017ee14 commit 0f6cd89

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
@@ -97,7 +97,7 @@ Exclude directories from matching with the
9797
$finder->in(__DIR__)->exclude('ruby');
9898

9999
.. versionadded:: 2.3
100-
The :method:`Symfony\\Component\\Finder\\Finder::ignoreUnreadableDirs``
100+
The :method:`Symfony\\Component\\Finder\\Finder::ignoreUnreadableDirs`
101101
method was added in Symfony 2.3.
102102

103103
It's also possible to ignore directories that you don't have permission to read::

0 commit comments

Comments
 (0)