Skip to content

Commit 5882210

Browse files
committed
fix(utility): documentation fixed
1 parent 411b184 commit 5882210

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/utilities/src/utilities/sameheight/sameheight.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
*
1414
* sameheight(ElementArray, 'md');
1515
*
16-
* if you want the utility to refresh the sizes as you resize the screen, consideer using a listener:
16+
* if you want the utility to refresh the sizes as you resize the screen, consider using a listener:
1717
* window.addEventListener('resize', sameheight(ElementArray, 'md'));
1818
*
1919
* @param {Array} elemCollection Html objects array

0 commit comments

Comments
 (0)