From 6acb9f8c90b1e4bc7837fd83fd60afddb46760bf Mon Sep 17 00:00:00 2001 From: Kayla Cinnamon Date: Mon, 24 Aug 2020 16:28:11 -0700 Subject: [PATCH] schema: swap `closeTabsAfter` and `closeOtherTabs` (#7386) The descriptions were flipped, so I unflipped them. --- doc/cascadia/profiles.schema.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/cascadia/profiles.schema.json b/doc/cascadia/profiles.schema.json index ebd7ec082..29dc727df 100644 --- a/doc/cascadia/profiles.schema.json +++ b/doc/cascadia/profiles.schema.json @@ -399,7 +399,7 @@ "index": { "type": "integer", "default": "", - "description": "close the tabs following the tab at this index" + "description": "Close the tabs other than the one at this index." } } } @@ -416,7 +416,7 @@ "index": { "type": "integer", "default": "", - "description": "close the tabs other than the one at this index" + "description": "Close the tabs following the tab at this index." } } }