فهرست منبع

Corrected typo

Taddeüs Kroes 12 سال پیش
والد
کامیت
5fcf59571c
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -69,7 +69,7 @@ number of steps:
 2. Transform shorthand declarations into a separate declaration for each
 2. Transform shorthand declarations into a separate declaration for each
    expression in the shorthand.
    expression in the shorthand.
 3. Duplicate rulesets for each of its selectors, so that every ruleset has
 3. Duplicate rulesets for each of its selectors, so that every ruleset has
-   exactly one block of declarations.
+   exactly one selector.
 4. Create a new declaration block for each property declaration on each
 4. Create a new declaration block for each property declaration on each
    selector, e.g. `a,p{color:red;border:blue}` becomes `a{color:red}
    selector, e.g. `a,p{color:red;border:blue}` becomes `a{color:red}
    a{border:blue} p{color:red} p{border:blue}`.
    a{border:blue} p{color:red} p{border:blue}`.