typo fixed
This commit is contained in:
parent
8481315e0e
commit
5aef7a4e14
1 changed files with 1 additions and 1 deletions
|
|
@ -112,7 +112,7 @@ export async function setCustomPlaceholders(placeholders) {
|
||||||
|
|
||||||
export const placeholdersUtils = {
|
export const placeholdersUtils = {
|
||||||
|
|
||||||
extractPlacehodlers(text) {
|
extractPlaceholders(text) {
|
||||||
// Regular expression to match patterns like {%...%}
|
// Regular expression to match patterns like {%...%}
|
||||||
const regex = /{%\s*(.*?)\s*%}/g;
|
const regex = /{%\s*(.*?)\s*%}/g;
|
||||||
let matches = [];
|
let matches = [];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue