summaryrefslogtreecommitdiffstats
path: root/doc/classes/CheckButton.xml
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-03-12 10:25:48 +0100
committerGitHub <noreply@github.com>2020-03-12 10:25:48 +0100
commit14b41d0fc9fd615f17a8a082cd2bbfb9fea7f0a8 (patch)
tree7ce9a51814f1264cc21b5cc1ab7baa7439f2e961 /doc/classes/CheckButton.xml
parentaeff25f3134c1af34285bb1021c709936cf5377d (diff)
parent7bf6e5f7732f3fa890561255610f50a65e755adf (diff)
downloadredot-engine-14b41d0fc9fd615f17a8a082cd2bbfb9fea7f0a8.tar.gz
Merge pull request #36987 from luzpaz/typos
Fix various typos
Diffstat (limited to 'doc/classes/CheckButton.xml')
-rw-r--r--doc/classes/CheckButton.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/CheckButton.xml b/doc/classes/CheckButton.xml
index 616940a494..514ff9a691 100644
--- a/doc/classes/CheckButton.xml
+++ b/doc/classes/CheckButton.xml
@@ -4,7 +4,7 @@
Checkable button. See also [CheckBox].
</brief_description>
<description>
- CheckButton is a toggle button displayed as a check field. It's similar to [CheckBox] in functionality, but it has a different apperance. To follow established UX patterns, it's recommended to use CheckButton when toggling it has an [b]immediate[/b] effect on something. For instance, it should be used if toggling it enables/disables a setting without requiring the user to press a confirmation button.
+ CheckButton is a toggle button displayed as a check field. It's similar to [CheckBox] in functionality, but it has a different appearance. To follow established UX patterns, it's recommended to use CheckButton when toggling it has an [b]immediate[/b] effect on something. For instance, it should be used if toggling it enables/disables a setting without requiring the user to press a confirmation button.
</description>
<tutorials>
</tutorials>