Problem/Motivation
Queuing/Queueing is a very fun word, and has two correct spellings, neither of which is associated with typical US/UK conventions, they're just, both correct (i.e. there's no existing spelling standard that dictates which spelling we should be using in Drupal).
Should we set a "correct spelling" for the Drupal ecosystem, in cspell/dictionary.txt?
https://english.stackexchange.com/questions/60852/queueing-or-queuing
Proposed resolution
I strongly recommend "queueing" because, oh my god, five consecutive vowels is definitely the correct answer.
1) Change flagwords in cspell.json
to include queuing
"flagWords": [
"e-mail",
"grey",
"hte",
"ist",
"please",
"queuing"
],
2) yarn run -s spellcheck:core --no-must-find-files --no-progress
3) Fix any occurrences found.
Remaining tasks
Drupal is to use queueing
.