8000 minor #15136 [Filesystem] Fix typo (sebpacz) · symfony/symfony-docs@43fce37 · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Lines changed: 1 addition & 1 deletion
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)
0