Skip to content

Commit 55254ae

Browse files
committed
typo
1 parent 334855d commit 55254ae

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/css/dyna-rules.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,10 @@ body[dir="rtl"] #commitButton:before {
160160
box-sizing: border-box;
161161
resize: none;
162162
visibility: hidden;
163-
white-space: pre; /* this imples nowrap; break only on \n and <br>.
163+
white-space: pre; /* this implies nowrap; break only on \n and <br>.
164164
nowrap doesn't consistently
165-
respect \n's (example: Safari) per the CSS spec:
166-
http://www.w3.org/wiki/CSS/Properties/white-space */
165+
respect \n's (example: Safari) per the CSS spec:
166+
http://www.w3.org/wiki/CSS/Properties/white-space */
167167
word-wrap: normal;
168168
}
169169
#diff.edit textarea {

0 commit comments

Comments
 (0)