Taddeus Kroes 11 лет назад
Родитель
Сommit
f69c40b65a
1 измененных файлов с 5 добавлено и 5 удалено
  1. 5 5
      README.md

+ 5 - 5
README.md

@@ -113,8 +113,8 @@ Bootstrapping on a Debian system can be done as follows:
 TODO / bugs
 ===========
 
-- `border` shorthand generation produces out0of-order results when
-  direction-specific ddeclarations follow a generic border declaration. This
-  produces inequivalent CSS and must be fixed by unfolding each generic border
-  declaration into four direction-specific ones, and sybsequently generating
-  the shortest possible representation of the resulting box model.
+- `border` shorthand generation produces out-of-order results when
+  direction-specific declarations follow a generic border declaration. This
+  produces inequivalent CSS, and could be fixed by unfolding each generic
+  border declaration into four direction-specific ones, and sybsequently
+  generating the shortest possible representation of the resulting box model.