Skip to content

Commit

Permalink
Fix typo (gatsbyjs#1292)
Browse files Browse the repository at this point in the history
  • Loading branch information
fk authored and KyleAMathews committed Jun 29, 2017
1 parent 5eb88d9 commit 7aeb6de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-plugin-glamor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ One particularly convenient (and suggested) way is to use its `css` prop. It
works exactly the same as the [default `style`
prop](https://facebook.github.io/react/docs/dom-elements.html#style) except it
supports the entire CSS language. So things not supported by inline styles are
supported with Glamor like psudeo classes/elements, `@media` queries,
supported with Glamor like pseudo-classes/-elements, `@media` queries,
parent/child/contextual selectors, etc.

```jsx
Expand Down

0 comments on commit 7aeb6de

Please sign in to comment.