From 6ced0f9f4bd1c412613b1ab607846fbd83beef7a Mon Sep 17 00:00:00 2001 From: Ian Warren <103790584+ManOfDuck@users.noreply.github.com> Date: Wed, 9 Apr 2025 16:42:37 -0600 Subject: [PATCH] Change "allow to" to "allow you to" --- tutorials/ui/gui_skinning.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/ui/gui_skinning.rst b/tutorials/ui/gui_skinning.rst index 5ebee335c..ed7ee6a14 100644 --- a/tutorials/ui/gui_skinning.rst +++ b/tutorials/ui/gui_skinning.rst @@ -124,7 +124,7 @@ which items are available to it and its child classes. You can also define your own theme types, and additionally customize both built-in controls and your own controls. Because built-in controls have no knowledge of your custom theme types, you must utilize scripts to access those items. All control -nodes have several methods that allow to fetch theme items from the theme that +nodes have several methods that allow you to fetch theme items from the theme that is applied to them. Those methods accept the theme type as one of the arguments. .. tabs::