diff options
author | luz.paz <luzpaz@users.noreply.github.com> | 2020-03-11 13:59:18 -0400 |
---|---|---|
committer | luz.paz <luzpaz@users.noreply.github.com> | 2020-03-11 13:59:18 -0400 |
commit | 7bf6e5f7732f3fa890561255610f50a65e755adf (patch) | |
tree | 7ce9a51814f1264cc21b5cc1ab7baa7439f2e961 /doc/classes/CheckButton.xml | |
parent | aeff25f3134c1af34285bb1021c709936cf5377d (diff) |
Fix various typos
Found via `codespell`
Diffstat (limited to 'doc/classes/CheckButton.xml')
-rw-r--r-- | doc/classes/CheckButton.xml | 2 |
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> |