summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/classes/FileAccess.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/FileAccess.xml b/doc/classes/FileAccess.xml
index 5c89b64429..d7ca8afc2c 100644
--- a/doc/classes/FileAccess.xml
+++ b/doc/classes/FileAccess.xml
@@ -4,7 +4,7 @@
Provides methods for file reading and writing operations.
</brief_description>
<description>
- This class can be used to permanently store data in the user device's file system and to read from it. This is useful for store game save data or player configuration files.
+ This class can be used to permanently store data in the user device's file system and to read from it. This is useful for storing game save data or player configuration files.
Here's a sample on how to write and read from a file:
[codeblocks]
[gdscript]