Skip to content

Commit 0c7589a

Browse files
committed
Fixed small error of the phrase "parser" being duplicated.
Signed-off-by: Zsolt Gyulai (zgyulai) <zsolt.gyulai@quest.com>
1 parent a5ab0d4 commit 0c7589a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
By default, {{ page.parser }}-parser() uses the .{{ page.prefix | default: page.parser }}. prefix. To modify it, use
1+
By default, {{ page.parser }}() uses the .{{ page.prefix | default: page.parser }}. prefix. To modify it, use
22
the following format:
33

44
```config
55
parser {
6-
{{page.parser}}-parser(prefix("myprefix."));
6+
{{page.parser}}(prefix("myprefix."));
77
};
88
```

0 commit comments

Comments
 (0)