diff --git a/files/en-us/mozilla/add-ons/webextensions/api/tabgroups/tabgroup/index.md b/files/en-us/mozilla/add-ons/webextensions/api/tabgroups/tabgroup/index.md index e83879c2cb5b35e..c1b6b9f263a7367 100644 --- a/files/en-us/mozilla/add-ons/webextensions/api/tabgroups/tabgroup/index.md +++ b/files/en-us/mozilla/add-ons/webextensions/api/tabgroups/tabgroup/index.md @@ -15,7 +15,7 @@ Values of this type are strings. Possible values are: - `collapsed` - : `boolean`. Whether the tab group is collapsed or expanded in the tab strip. - In Firefox, a collapsed group can contain the active tab. The inactive tabs are collapsed. - - In Chrome, groups are collapsed completely. If the group contains the active tab when it's collapsed, the active tab is moved to the first tab to the right of the group. If there is no tab to the right of the group, it's moved to the tab immediately to the left of the group. + - In Chrome, groups are collapsed completely. If the group contains the active tab when it's collapsed, the tab to the immediate right or left of the group becomes active, or if there are none available, a new active tab is opened. - `color` - : {{WebExtAPIRef("tabGroups.Color")}}. The name of the user-selected color for the tab group's label and icons. - `id`