We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d6c8892 commit 0916f9aCopy full SHA for 0916f9a
README.md
@@ -99,7 +99,7 @@ Setting the error mode of Liquid lets you specify how strictly you want your tem
99
Normally the parser is very lax and will accept almost anything without error. Unfortunately this can make
100
it very hard to debug and can lead to unexpected behaviour.
101
102
-Liquid also comes with a parser that can be used when editing templates to give better error messages
+Liquid also comes with different parsers that can be used when editing templates to give better error messages
103
when templates are invalid. You can enable this new parser like this:
104
105
```ruby
0 commit comments