Skip to content

Commit

Permalink
typofix
Browse files Browse the repository at this point in the history
Co-authored-by: bruvzg <7645683+bruvzg@users.noreply.github.com>
  • Loading branch information
betalars and bruvzg authored Oct 16, 2024
1 parent 5e0d2cc commit c9c006e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/classes/ConfigFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@
<description>
Loads the config file specified as a parameter. The file's contents are parsed and loaded in the [ConfigFile] object which the method was called on.
Returns [constant OK] on success, or one of the other [enum Error] values if the operation failed.
[b]Warning:[/b] Loading data from a config fie may allow for remote code execution. This is non-trivial to mitigate, but storing a [code]readme[/code] file in the same directory can warn users against downloading untrusted configurations:
[b]Warning:[/b] Loading data from a config file may allow for remote code execution. This is non-trivial to mitigate, but storing a [code]readme[/code] file in the same directory can warn users against downloading untrusted configurations:
[codeblocks]
[gdscript]
var config_path = "user://"
Expand Down

0 comments on commit c9c006e

Please sign in to comment.