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
1 changed files with 2 additions and 2 deletions

View File

@ -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."
}
}
}