From f0c646a3663811f3dd8cbcbae58c5dd75636d85d Mon Sep 17 00:00:00 2001 From: Miles Rausch Date: Sat, 27 May 2017 06:14:21 -0500 Subject: [PATCH] Correct "yo" to "to" (#2078) --- examples/with-glamor/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-glamor/README.md b/examples/with-glamor/README.md index 798ec16868303..e358ea09024c4 100644 --- a/examples/with-glamor/README.md +++ b/examples/with-glamor/README.md @@ -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 `` and injecting the server side rendered styles into the ``.