diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2020-11-04 07:19:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-11-04 07:19:08 +0100 |
commit | cc8503430d13eac1963998309cedb40c1ec6a17b (patch) | |
tree | cb8aec7226b7b2f81daf593be4e48d21f814870b | |
parent | afef8e30eaaf99af866b21cd54c946ab45532cd4 (diff) | |
parent | 3826f3348f94b03c043bf189d932d15136ae12e3 (diff) |
Merge pull request #43301 from rcorre/tab-doc-typo
Fix typo in Tabs doc.
-rw-r--r-- | doc/classes/Tabs.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/Tabs.xml b/doc/classes/Tabs.xml index ef1f370185..15c2d3504c 100644 --- a/doc/classes/Tabs.xml +++ b/doc/classes/Tabs.xml @@ -4,7 +4,7 @@ Tabs control. </brief_description> <description> - Simple tabs control, similar to [TabContainer] but is only in charge of drawing tabs, not interact with children. + Simple tabs control, similar to [TabContainer] but is only in charge of drawing tabs, not interacting with children. </description> <tutorials> </tutorials> |