diff --git a/src/css/dyna-rules.css b/src/css/dyna-rules.css
index d9e4820d2..04259d7d8 100644
--- a/src/css/dyna-rules.css
+++ b/src/css/dyna-rules.css
@@ -160,10 +160,10 @@ body[dir="rtl"] #commitButton:before {
box-sizing: border-box;
resize: none;
visibility: hidden;
- white-space: pre; /* this imples nowrap; break only on \n and
.
+ white-space: pre; /* this implies nowrap; break only on \n and
.
nowrap doesn't consistently
- respect \n's (example: Safari) per the CSS spec:
- http://www.w3.org/wiki/CSS/Properties/white-space */
+ respect \n's (example: Safari) per the CSS spec:
+ http://www.w3.org/wiki/CSS/Properties/white-space */
word-wrap: normal;
}
#diff.edit textarea {