Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Mar 19, 2024
1 parent dd4a7a9 commit 609bb28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/filesystem.rst
Original file line number Diff line number Diff line change
Expand Up @@ -327,7 +327,7 @@ when passing the path to a directory instead of a file::

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

The ``$contents`` variable now stores all the contents of the ``filex.txt`` file.
The ``$contents`` variable now stores all the contents of the ``file.txt`` file.

Path Manipulation Utilities
---------------------------
Expand Down

0 comments on commit 609bb28

Please sign in to comment.