From a6afc882093ef96664b0d7835a578df037a04d5b Mon Sep 17 00:00:00 2001 From: follower Date: Tue, 16 Jun 2020 21:50:43 +1200 Subject: [PATCH] Typo fix: "ar" -> "are" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 04fa105..4fcabd1 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ There is an [accessible starter project](https://github.com/lightsoutgames/godot enabled=[ "godot-accessibility" ] ``` -4. Optionally, configure the plugin by creating a file named _.godot-accessibility-editor-settings.ini_ in your project directory. This file is entirely optional, and defaults ar shown below: +4. Optionally, configure the plugin by creating a file named _.godot-accessibility-editor-settings.ini_ in your project directory. This file is entirely optional, and defaults are shown below: ``` [global] editor_accessibility__enabled = true ; Set to false if you'd like this plugin's accessibility nodes but don't need editor speech, good for sighted collaborators.