From 7b50ceb955a862d33dc2e31ee55b08166925a57d Mon Sep 17 00:00:00 2001 From: Adam Hollett Date: Fri, 11 Mar 2016 23:11:20 -0500 Subject: [PATCH] Remove 'codescence' --- basics/operators.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basics/operators.md b/basics/operators.md index f10822dc..e3d7cc01 100644 --- a/basics/operators.md +++ b/basics/operators.md @@ -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 %}