From b472d5366ce9a4c0b2469bec5e1025ac4d6ad306 Mon Sep 17 00:00:00 2001 From: Ryan Roden-Corrent Date: Tue, 3 Nov 2020 18:26:48 -0500 Subject: [PATCH] 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 :) (cherry picked from commit 3826f3348f94b03c043bf189d932d15136ae12e3) --- doc/classes/Tabs.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/classes/Tabs.xml b/doc/classes/Tabs.xml index 026a3f02233..9e53745feff 100644 --- a/doc/classes/Tabs.xml +++ b/doc/classes/Tabs.xml @@ -4,7 +4,7 @@ Tabs control. - 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.