Skip to content
This repository has been archived by the owner on Aug 19, 2022. It is now read-only.

Commit

Permalink
Merge pull request #206 from dqdinh/patch-1
Browse files Browse the repository at this point in the history
Fix typos in readme guide
  • Loading branch information
ianobermiller committed Jun 13, 2015
2 parents 13a484f + 25acb21 commit b92bce1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/guides/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -201,9 +201,9 @@ var style = {

If you use the query `@media print`, your print styles will not show up on Firefox at all, or in Chrome when triggering `window.print` from JavaScript. See [Issue 132](https://github.com/FormidableLabs/radium/issues/132#issuecomment-99805511) for more details.

#### IE9 Suppert
#### IE9 Support

IE9 supprts CSS media queries, but doesnt support the `matchMedia` API. You'll need a [polyfill that includes addListener](https://github.com/paulirish/matchMedia.js/).
IE9 supports CSS media queries, but doesn't support the `matchMedia` API. You'll need a [polyfill that includes addListener](https://github.com/paulirish/matchMedia.js/).

## Styling multiple elements in a single component

Expand Down

0 comments on commit b92bce1

Please sign in to comment.