Skip to content

Commit a3ba6cf

Browse files
Update README.md
fixing typo
1 parent 90c21c9 commit a3ba6cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Note: A `CSSList` can contain other `CSSList`s (and `Import`s as well as a `Char
7979
`Value` is an abstract class that only defines the `__toString` method. The concrete subclasses for atomic value types are:
8080

8181
* `Size` – consists of a numeric `size` value and a unit.
82-
* `Color` – colors can be input in the form #rrggbb, #rgb or schema(val1, val2, …) but are alwas stored as an array of ('s' => val1, 'c' => val2, 'h' => val3, …) and output in the second form.
82+
* `Color` – colors can be input in the form #rrggbb, #rgb or schema(val1, val2, …) but are always stored as an array of ('s' => val1, 'c' => val2, 'h' => val3, …) and output in the second form.
8383
* `String` – this is just a wrapper for quoted strings to distinguish them from keywords; always output with double quotes.
8484
* `URL` – URLs in CSS; always output in URL("") notation.
8585

0 commit comments

Comments
 (0)