Skip to content

Commit 6c8763d

Browse files
committed
[Components][Filesystem] Fix typo
1 parent 4725f4f commit 6c8763d

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)