Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
```
<div class="wrapper">
<div class="element">Content</div>
Expand Down