Skip to content

Commit 43fce37

Browse files
committed
minor #15136 [Filesystem] Fix typo (sebpacz)
This PR was merged into the 4.4 branch. Discussion ---------- [Filesystem] 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 ------- e28f5a1 [Filesystem] Fix typo
2 parents fd324d2 + e28f5a1 commit 43fce37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/filesystem.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ permissions of a file. The fourth argument is a boolean recursive option::
162162

163163
// sets the mode of the video to 0600
164164
$filesystem->chmod('video.ogg', 0600);
165-
// changes the mod of the src directory recursively
165+
// changes the mode of the src directory recursively
166166
$filesystem->chmod('src', 0700, 0000, true);
167167

168168
.. note::

0 commit comments

Comments
 (0)