schema: swap closeTabsAfter and closeOtherTabs (#7386)

The descriptions were flipped, so I unflipped them.
This commit is contained in:
Kayla Cinnamon 2020-08-24 16:28:11 -07:00 committed by GitHub
parent c15b808142
commit 6acb9f8c90
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -399,7 +399,7 @@
"index": { "index": {
"type": "integer", "type": "integer",
"default": "", "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": { "index": {
"type": "integer", "type": "integer",
"default": "", "default": "",
"description": "close the tabs other than the one at this index" "description": "Close the tabs following the tab at this index."
} }
} }
} }