Remove 'codescence'

This commit is contained in:
Adam Hollett
2016-03-15 19:36:29 -04:00
committed by Tetsuro
parent 7fe3bfcb98
commit 7b50ceb955
+2 -2
View File
@@ -65,7 +65,7 @@ You can use multiple operators in a tag:
## contains
`contains` checks for the codesence of a substring inside a string.
`contains` checks for the presence of a substring inside a string.
```liquid
{% raw %}
@@ -75,7 +75,7 @@ You can use multiple operators in a tag:
{% endraw %}
```
`contains` can also check for the codesence of a string in an array of strings.
`contains` can also check for the presence of a string in an array of strings.
```liquid
{% raw %}