From c28c37003c705b61f7ef48b4ea80485586906b64 Mon Sep 17 00:00:00 2001 From: Mohsen <97420292+MohsenHNSJ@users.noreply.github.com> Date: Tue, 22 Jul 2025 10:22:53 +0330 Subject: [PATCH] Fixed a small typo --- tutorials/editor/project_settings.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/editor/project_settings.rst b/tutorials/editor/project_settings.rst index b03b5fd40..bbcdd4623 100644 --- a/tutorials/editor/project_settings.rst +++ b/tutorials/editor/project_settings.rst @@ -120,7 +120,7 @@ Manually editing project.godot You can open the ``project.godot`` file using a text editor and manually change project settings. Note that if the ``project.godot`` file does not have a stored value for a particular setting, it is implicitly the default value of -that setting. This means that if you are are manually editing the file, you may +that setting. This means that if you are manually editing the file, you may have to write in both the setting name *and* the value. In general, it is recommended to use the Project Settings window rather than