From bd52d13fe7e086bb56b5f2863330c06e346e38d1 Mon Sep 17 00:00:00 2001 From: Russell Sanborn Date: Fri, 14 Nov 2025 09:54:07 -0600 Subject: [PATCH] Update casing for autoload in singletons_autoload.rst Updating this for consistency in the docs since the other references are "autoload" or "Autoload". --- tutorials/scripting/singletons_autoload.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/scripting/singletons_autoload.rst b/tutorials/scripting/singletons_autoload.rst index f7c67e5b8..c9d39eedf 100644 --- a/tutorials/scripting/singletons_autoload.rst +++ b/tutorials/scripting/singletons_autoload.rst @@ -148,7 +148,7 @@ Make sure it inherits from ``Node``: .. image:: img/autoload_script.webp -The next step is to add this script to the autoLoad list. +The next step is to add this script to the autoload list. Starting from the menu, open **Project > Project Settings > Globals > Autoload** and select the script by clicking the browse button or typing its path: