diff --git a/README.mdown b/README.mdown index 38d295c..5ee5459 100644 --- a/README.mdown +++ b/README.mdown @@ -48,7 +48,7 @@ This pattern is often used to give browsers that don’t understand linear gradi 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). It does **NOT** get preserved. -If you do CSS mungling, minification, or image inlining, considere using one of the following: +If you do CSS mungling, minification, or image inlining, consider using one of the following: * [postcss](https://github.com/postcss/postcss) * [reworkcss/css](https://github.com/reworkcss/css)