Skip to content

Commit 0916f9a

Browse files
Update README.md
Co-authored-by: Gray Gilmore <[email protected]>
1 parent d6c8892 commit 0916f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Setting the error mode of Liquid lets you specify how strictly you want your tem
9999
Normally the parser is very lax and will accept almost anything without error. Unfortunately this can make
100100
it very hard to debug and can lead to unexpected behaviour.
101101

102-
Liquid also comes with a parser that can be used when editing templates to give better error messages
102+
Liquid also comes with different parsers that can be used when editing templates to give better error messages
103103
when templates are invalid. You can enable this new parser like this:
104104

105105
```ruby

0 commit comments

Comments
 (0)