Skip to content
Snippets Groups Projects
Commit 712bc3b9 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

s/escaping/encoding

parent 37f1e9e6
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -22,7 +22,7 @@ When modifying JavaScript (`.js`) files:
When adding files:
* Prefer all lowercase characters in filenames
* Don't include spaces or other special characters (e.g. that require URL-escaping) in filenames
* Don't include spaces or other special characters (e.g. that require URL-encoding) in filenames
* Don't use misleading file extensions/suffixes (e.g. `*.doc` for plain text files)
### Branches
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment