From 61cea1d25fc2fea2a1d8c42f439e689a450142fb Mon Sep 17 00:00:00 2001 From: Kim Pepper Date: Mon, 29 Aug 2016 18:40:02 +1000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0a0a95..2cda867 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ Then invoke the plugin like so: ``` $('.element').responsiveEqualHeightGrid(); ``` -You must select a every element which will be used in the grids calculation, the elements do not need to be siblings of eachother, therefore both of the following are valid: +You must select every element which will be used in the grids calculation, the elements do not need to be siblings of each other, therefore both of the following are valid: ```
Content