summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2020-11-04 07:19:08 +0100
committerGitHub <noreply@github.com>2020-11-04 07:19:08 +0100
commitcc8503430d13eac1963998309cedb40c1ec6a17b (patch)
treecb8aec7226b7b2f81daf593be4e48d21f814870b
parentafef8e30eaaf99af866b21cd54c946ab45532cd4 (diff)
parent3826f3348f94b03c043bf189d932d15136ae12e3 (diff)
Merge pull request #43301 from rcorre/tab-doc-typo
Fix typo in Tabs doc.
-rw-r--r--doc/classes/Tabs.xml2
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>