From a868ff13e495af00aaec428d2c4e917a388e5c97 Mon Sep 17 00:00:00 2001 From: Davie Date: Sun, 9 Oct 2022 16:27:04 +0100 Subject: [PATCH] Update 80--hydration.rocket.md Grammar edit from none to non-chromium browser(s) --- site/pages/10--docs/20--basics/80--hydration.rocket.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/pages/10--docs/20--basics/80--hydration.rocket.md b/site/pages/10--docs/20--basics/80--hydration.rocket.md index 1b729c8..e0db5c0 100644 --- a/site/pages/10--docs/20--basics/80--hydration.rocket.md +++ b/site/pages/10--docs/20--basics/80--hydration.rocket.md @@ -117,7 +117,7 @@ which looks like this Open it on [Codepen](https://codepen.io/daKmoR/pen/qBpQVGK) to play around. -A DSD does not need any JavaScript (in 2022: none chromium browser need a polyfill) to display elements with their styles scoped. +A DSD does not need any JavaScript (in 2022: non-chromium browsers need a polyfill) to display elements with their styles scoped. If possible you should always render your component only on the server to avoid unnecessary JavaScript. This results in the best possible site performance.