Skip to content

Commit ae53efc

Browse files
nikolasSTRML
authored andcommitted
Fix moveElement typo: the euser -> the user (react-grid-layout#384)
1 parent cb072ea commit ae53efc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/utils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ export function getStatics(layout: Layout): Array<LayoutItem> {
215215
* @param {Number} [x] X position in grid units.
216216
* @param {Number} [y] Y position in grid units.
217217
* @param {Boolean} [isUserAction] If true, designates that the item we're moving is
218-
* being dragged/resized by th euser.
218+
* being dragged/resized by the user.
219219
*/
220220
export function moveElement(layout: Layout, l: LayoutItem, x: ?number, y: ?number, isUserAction: ?boolean): Layout {
221221
if (l.static) return layout;

0 commit comments

Comments
 (0)