fix: correct typo 'seperated' to 'separated' (#5121)

Co-authored-by: thecaptain789 <thecaptain789@users.noreply.github.com>
This commit is contained in:
thecaptain789
2026-02-09 18:09:39 +00:00
committed by GitHub
parent 8e911af031
commit 1961fb59c0
@@ -387,7 +387,7 @@ export function registerCoreMacros() {
/** @param {string} listString @return {string[]} */
function readSingleArgsRandomList(listString) {
// If it contains double colons, those will have precedence over comma-seperated lists.
// If it contains double colons, those will have precedence over comma-separated lists.
// This can only happen if the macro only had a single colon to introduce the list...
// like, {{random:a::b::c}}
if (listString.includes('::')) {