Browse Source

Codespell & typo fixes (#6101)

* Codespell & typo fixes

* Apply suggestions from code review

Co-authored-by: Hugo Locurcio <[email protected]>
Max Hilbrunner 2 years ago
parent
commit
599e40618f

+ 1 - 0
_tools/codespell-ignore-lines.txt

@@ -1 +1,2 @@
+| ro           | Romanian                           |
 | te           | Telugu                             |
 | te           | Telugu                             |

+ 1 - 1
tutorials/platform/customizing_html5_shell.rst

@@ -57,7 +57,7 @@ The only required placeholders are:
   A JavaScript object, containing the export options and can be later overridden.
   A JavaScript object, containing the export options and can be later overridden.
   See :js:attr:`EngineConfig` for the full list of overrides.
   See :js:attr:`EngineConfig` for the full list of overrides.
 
 
-The following optional placeholders will enable some extra features in your cusstom HTML template.
+The following optional placeholders will enable some extra features in your custom HTML template.
 
 
 - ``$GODOT_PROJECT_NAME``:
 - ``$GODOT_PROJECT_NAME``:
   The project name as defined in the Project Settings. It is a good idea to use it as a ``<title>``
   The project name as defined in the Project Settings. It is a good idea to use it as a ``<title>``