Skip to content

Commit a5e7f36

Browse files
authored
Fixed missing comma in example on where.md (#1638)
1 parent ecc10d3 commit a5e7f36

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/collections/modifiers/where.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ You can also pass an operator to the modifier, so you can do checks like "where
5454

5555
```
5656
<h2>I hate...</h2>
57-
{{ games | where('feeling', '!=' 'love') }}
57+
{{ games | where('feeling', '!=', 'love') }}
5858
{{ title }}<br>
5959
{{ /games }}
6060
```

0 commit comments

Comments
 (0)