fix: correct typo 'seperated' to 'separated' (#5121) Co-authored-by: thecaptain789 <thecaptain789@users.noreply.github.com>

1961fb59c07940da3947cd4a5f4a91dacba36065

thecaptain789 <257642323+thecaptain789@users.noreply.github.com>

Signed
1 files changed, +1 -1Showing whitespace changes
public/scripts/macros/definitions/core-macros.js+1 -1
@@ -387,7 +387,7 @@ export function registerCoreMacros() {
387387
388 /** @param {string} listString @return {string[]} */388 /** @param {string} listString @return {string[]} */
389 function readSingleArgsRandomList(listString) {389 function readSingleArgsRandomList(listString) {
390 // If it contains double colons, those will have precedence over comma-seperated lists.390 // If it contains double colons, those will have precedence over comma-separated lists.
391 // This can only happen if the macro only had a single colon to introduce the list...391 // This can only happen if the macro only had a single colon to introduce the list...
392 // like, {{random:a::b::c}}392 // like, {{random:a::b::c}}
393 if (listString.includes('::')) {393 if (listString.includes('::')) {