Skip to content

Commit b954366

Browse files
committed
Merge pull request symfony#3133 from bicpi/typo_fix_filesystem
[Components][Filesystem] Fix typo
2 parents b11ff3a + 6c8763d commit b954366

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
@@ -50,7 +50,7 @@ endpoint for filesystem operations::
5050
Mkdir
5151
~~~~~
5252

53-
:method:`Symfony\\Component\\Filesystem\\Filesystem::mkdir` creates directory.
53+
:method:`Symfony\\Component\\Filesystem\\Filesystem::mkdir` creates a directory.
5454
On posix filesystems, directories are created with a default mode value
5555
`0777`. You can use the second argument to set your own mode::
5656

0 commit comments

Comments
 (0)