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 -1Ignore whitespace
public/scripts/macros/definitions/core-macros.js+1 -1
@@ -387,7 +387,7 @@ export function registerCoreMacros() {
387387
388388 /** @param {string} listString @return {string[]} */
389389 function readSingleArgsRandomList(listString) {
390390 // If it contains double colons, those will have precedence over comma-seperatedseparated lists.
391391 // This can only happen if the macro only had a single colon to introduce the list...
392392 // like, {{random:a::b::c}}
393393 if (listString.includes('::')) {