Various grammar and spelling fixes

This commit is contained in:
A Thousand Ships
2025-06-23 16:37:26 +02:00
parent b2de954be7
commit 92cd36b50e
49 changed files with 84 additions and 84 deletions
@@ -75,8 +75,8 @@ For example:
- ``template_scripts/Node/smooth_camera.gd``
- ``template_scripts/CharacterBody3D/platformer_movement.gd``
Default behaviour and overriding it
-----------------------------------
Default behavior and overriding it
----------------------------------
By default:
@@ -89,7 +89,7 @@ By default:
* the template will not be set as the default for the given node
It is possible to customize this behaviour by adding meta headers at the start
It is possible to customize this behavior by adding meta headers at the start
of your file, like this:
.. tabs::