fix: correct typo 'seperated' to 'separated' (#5121) Co-authored-by: thecaptain789 <thecaptain789@users.noreply.github.com>
Signed| @@ -387,7 +387,7 @@ export function registerCoreMacros() { | ||
| 387 | 387 | |
| 388 | 388 | /** @param {string} listString @return {string[]} */ |
| 389 | 389 | function readSingleArgsRandomList(listString) { |
| 390 | 390 | // If it contains double colons, those will have precedence over comma-seperatedseparated lists. |
| 391 | 391 | // This can only happen if the macro only had a single colon to introduce the list... |
| 392 | 392 | // like, {{random:a::b::c}} |
| 393 | 393 | if (listString.includes('::')) { |