Skip to content

Commit 3c7c02f

Browse files
committed
Correct incorrect spellinng
1 parent 0ed6c67 commit 3c7c02f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scss/mediaqueries.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ $breakpoints: (
1616
}
1717

1818
@else {
19-
@warn "The `#{$breakpoint}` doesent exist in the breakpoints map!. "
19+
@warn "The `#{$breakpoint}` breakpoint dosent exist in the breakpoints map! "
2020
+ "Available breakpoints are: #{map-keys($breakpoints)}.";
2121
}
2222

0 commit comments

Comments
 (0)