chore: fix some comments

Signed-off-by: divdeploy <chenguangxue@outlook.com>
pull/11740/head
divdeploy 2024-04-06 01:32:39 +08:00 zatwierdzone przez LB (Ben Johnston)
rodzic 57d23ad38d
commit 91cd6cffc2
3 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -809,6 +809,7 @@
* Georgios Roumeliotis * Georgios Roumeliotis
* David Buxton * David Buxton
* Abdelrahman Hamada * Abdelrahman Hamada
* Divdeploy
## Translators ## Translators

Wyświetl plik

@ -1,7 +1,7 @@
/** /**
* All tabs and tab content must be nested in an element with the data-tab attribute * All tabs and tab content must be nested in an element with the data-tab attribute
* All tab buttons need the role="tab" attr and an href with the tab content ID * All tab buttons need the role="tab" attr and an href with the tab content ID
* Tab contents need to have the role="tabpanel" attribute and and ID attribute that matches the href of the tab link. * Tab contents need to have the role="tabpanel" attribute and ID attribute that matches the href of the tab link.
* Tab buttons should also be wrapped in an element with the role="tablist" attribute * Tab buttons should also be wrapped in an element with the role="tablist" attribute
* Use the attribute data-tab-trigger on an Anchor link and set the href to the #ID of the tab you would like to trigger * Use the attribute data-tab-trigger on an Anchor link and set the href to the #ID of the tab you would like to trigger
*/ */

Wyświetl plik

@ -51,7 +51,7 @@
// When enabled, forces users to create new tags through autocomplete // When enabled, forces users to create new tags through autocomplete
autocompleteOnly: false, autocompleteOnly: false,
// When enabled, quotes are unneccesary for inputting multi-word tags. // When enabled, quotes are unnecessary for inputting multi-word tags.
allowSpaces: false, allowSpaces: false,
// The below options are for using a single field instead of several // The below options are for using a single field instead of several