Skip to content

Commit e813126

Browse files
committed
Fix spelling mistake in comment
1 parent 9e13ea9 commit e813126

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/GridItem.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -773,7 +773,7 @@
773773
pos.w = 1;
774774
}
775775
776-
// this.lastW = x; // basicly, this is copied from resizehandler, but shouldn't be needed
776+
// this.lastW = x; // basically, this is copied from resizehandler, but shouldn't be needed
777777
// this.lastH = y;
778778
779779
if (this.innerW !== pos.w || this.innerH !== pos.h) {

0 commit comments

Comments
 (0)