Skip to content

Commit

Permalink
Correct "yo" to "to" (#2078)
Browse files Browse the repository at this point in the history
  • Loading branch information
awayken authored and timneutkens committed May 27, 2017
1 parent c443635 commit f0c646a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/with-glamor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,6 @@ now

## The idea behind the example

This example features how yo use a different styling solution than [styled-jsx](https://github.com/zeit/styled-jsx) that also supports universal styles. That means we can serve the required styles for the first render within the HTML and then load the rest in the client. In this case we are using [glamor](https://github.com/threepointone/glamor).
This example features how to use a different styling solution than [styled-jsx](https://github.com/zeit/styled-jsx) that also supports universal styles. That means we can serve the required styles for the first render within the HTML and then load the rest in the client. In this case we are using [glamor](https://github.com/threepointone/glamor).

For this purpose we are extending the `<Document />` and injecting the server side rendered styles into the `<head>`.

0 comments on commit f0c646a

Please sign in to comment.