Skip to content

Commit 776bd4d

Browse files
yuheiyjonathantneal
authored andcommitted
fix typo in the comment
1 parent 9bbf845 commit 776bd4d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

evergreen.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
overflow-wrap: break-word; /* 3 */
4040
-moz-tab-size: 4; /* 4 */
4141
tab-size: 4; /* 4 */
42-
-webkit-tap-highlight-color: transparent /* 5 */;
42+
-webkit-tap-highlight-color: transparent; /* 5 */
4343
-webkit-text-size-adjust: 100%; /* 6 */
4444
}
4545

sanitize.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
overflow-wrap: break-word; /* 3 */
4040
-moz-tab-size: 4; /* 4 */
4141
tab-size: 4; /* 4 */
42-
-webkit-tap-highlight-color: transparent /* 5 */;
42+
-webkit-tap-highlight-color: transparent; /* 5 */
4343
-webkit-text-size-adjust: 100%; /* 6 */
4444
}
4545

0 commit comments

Comments
 (0)