We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 411b184 commit 5882210Copy full SHA for 5882210
packages/utilities/src/utilities/sameheight/sameheight.js
@@ -13,7 +13,7 @@
13
*
14
* sameheight(ElementArray, 'md');
15
16
- * if you want the utility to refresh the sizes as you resize the screen, consideer using a listener:
+ * if you want the utility to refresh the sizes as you resize the screen, consider using a listener:
17
* window.addEventListener('resize', sameheight(ElementArray, 'md'));
18
19
* @param {Array} elemCollection Html objects array
0 commit comments