Skip to content

Commit 0dd1534

Browse files
authored
typo: considere --> consider
1 parent 97bee09 commit 0dd1534

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.mdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ This pattern is often used to give browsers that don’t understand linear gradi
4848
In CSSOM, `background: gray` [gets overwritten](http://nv.github.io/CSSOM/docs/parse.html#css=div%20%7B%0A%20%20%20%20%20%20background%3A%20gray%3B%0A%20%20%20%20background%3A%20linear-gradient(to%20bottom%2C%20white%200%25%2C%20black%20100%25)%3B%0A%7D).
4949
It does **NOT** get preserved.
5050

51-
If you do CSS mungling, minification, or image inlining, considere using one of the following:
51+
If you do CSS mungling, minification, or image inlining, consider using one of the following:
5252

5353
* [postcss](https://github.com/postcss/postcss)
5454
* [reworkcss/css](https://github.com/reworkcss/css)

0 commit comments

Comments
 (0)