From 23444fc74e3e69ec159219b0079e2021270da140 Mon Sep 17 00:00:00 2001 From: Laurie Voss Date: Thu, 27 Jul 2017 22:10:17 -0700 Subject: [PATCH] Minor grammatical fix: "resembling of" -> "similar to" (#2669) --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 749cc592..3122b31f 100644 --- a/readme.md +++ b/readme.md @@ -110,7 +110,7 @@ export default () => (

-We bundle [styled-jsx](https://github.com/zeit/styled-jsx) to provide support for isolated scoped CSS. The aim is to support "shadow CSS" resembling of Web Components, which unfortunately [do not support server-rendering and are JS-only](https://github.com/w3c/webcomponents/issues/71). +We bundle [styled-jsx](https://github.com/zeit/styled-jsx) to provide support for isolated scoped CSS. The aim is to support "shadow CSS" similar to Web Components, which unfortunately [do not support server-rendering and are JS-only](https://github.com/w3c/webcomponents/issues/71). ```jsx export default () => (