Skip to content

Commit 609bb28

Browse files
committed
Fix a typo
1 parent dd4a7a9 commit 609bb28

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
@@ -327,7 +327,7 @@ when passing the path to a directory instead of a file::
327327

328328
$contents = $filesystem->readFile('/some/path/to/file.txt');
329329

330-
The ``$contents`` variable now stores all the contents of the ``filex.txt`` file.
330+
The ``$contents`` variable now stores all the contents of the ``file.txt`` file.
331331

332332
Path Manipulation Utilities
333333
---------------------------

0 commit comments

Comments
 (0)