Browse Source

Merge pull request #39 from her001/patch-1

Correct full to fool in "File system"
Rémi Verschelde 9 years ago
parent
commit
98ed967e20
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tutorials/step_by_step/filesystem.rst

+ 1 - 1
tutorials/step_by_step/filesystem.rst

@@ -107,5 +107,5 @@ on other platforms, such as Linux, Android, etc. This may also apply to exported
 which use a compressed package to store all files.
 
 It is recommend that your team clearly defines a naming convention for files when
-working with Godot! One simple full-proof convention is to only allow lowercase
+working with Godot! One simple fool-proof convention is to only allow lowercase
 file and path names.