diff --git a/js/mzta-placeholders.js b/js/mzta-placeholders.js index f1cfb3a0..87f0d3b6 100644 --- a/js/mzta-placeholders.js +++ b/js/mzta-placeholders.js @@ -112,7 +112,7 @@ export async function setCustomPlaceholders(placeholders) { export const placeholdersUtils = { - extractPlacehodlers(text) { + extractPlaceholders(text) { // Regular expression to match patterns like {%...%} const regex = /{%\s*(.*?)\s*%}/g; let matches = [];