Skip to content

Commit 1adeb89

Browse files
[Filesystem] Fix typo
1 parent 8dc8ed3 commit 1adeb89

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
@@ -304,7 +304,7 @@ If either the file or its containing directory doesn't exist, this method
304304
creates them.
305305

306306
After writing the temporary file, this method use :method:`Symfony\\Component\\Filesystem\\Filesystem::rename`
307-
and set the third argument to true, so if the file exists, it will be overriden and the old content inside will be lost.
307+
and set the third argument to true, so if the file exists, it will be overridden and the old content inside will be lost.
308308

309309
``appendToFile``
310310
~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)