diff options
| author | Ryan Roden-Corrent <ryan@rcorre.net> | 2020-11-03 18:26:48 -0500 | 
|---|---|---|
| committer | Ryan Roden-Corrent <ryan@rcorre.net> | 2020-11-03 18:26:48 -0500 | 
| commit | 3826f3348f94b03c043bf189d932d15136ae12e3 (patch) | |
| tree | cb8aec7226b7b2f81daf593be4e48d21f814870b | |
| parent | afef8e30eaaf99af866b21cd54c946ab45532cd4 (diff) | |
Fix typo in Tabs doc.
I don't know enough about grammar to say why the "ing" suffix is
correct, but I'm reasonably sure it is :)
| -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>  |