From 5aef7a4e140f9c2ddf88e7e015ff2aa5e601eb33 Mon Sep 17 00:00:00 2001 From: mic Date: Sun, 13 Oct 2024 22:15:32 +0200 Subject: [PATCH] typo fixed --- js/mzta-placeholders.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = [];