typo fixed

This commit is contained in:
mic 2024-10-13 22:15:32 +02:00
parent 8481315e0e
commit 5aef7a4e14

View file

@ -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 = [];