aboutsummaryrefslogtreecommitdiff
path: root/docs/src/pages/blog/island-architecture.md
diff options
context:
space:
mode:
authorGravatar mundry <1453314+mundry@users.noreply.github.com> 2021-08-20 01:56:58 +0200
committerGravatar GitHub <noreply@github.com> 2021-08-19 17:56:58 -0600
commitcdbe2e486d56eeeae7a11f51837faa8aaa955d8e (patch)
tree85c919c275da969fa231a478edb3efbcc0c2091d /docs/src/pages/blog/island-architecture.md
parenta421329f8fc3fbcba70f3401cff4b9cf65f3f2eb (diff)
downloadastro-cdbe2e486d56eeeae7a11f51837faa8aaa955d8e.tar.gz
astro-cdbe2e486d56eeeae7a11f51837faa8aaa955d8e.tar.zst
astro-cdbe2e486d56eeeae7a11f51837faa8aaa955d8e.zip
Fix typos in the docs. (#1165)
Co-authored-by: mundry <mundry@users.noreply.github.com>
Diffstat (limited to 'docs/src/pages/blog/island-architecture.md')
-rw-r--r--docs/src/pages/blog/island-architecture.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/pages/blog/island-architecture.md b/docs/src/pages/blog/island-architecture.md
index 78be15c92..faf1cab2a 100644
--- a/docs/src/pages/blog/island-architecture.md
+++ b/docs/src/pages/blog/island-architecture.md
@@ -128,7 +128,7 @@ Using ESM in the Browser, tools can build once and cache forever. Tree-shaking a
Tools like [Snowpack](https://www.snowpack.dev/) and [Vite](https://vitejs.dev/) introduce a whole new experience that developers were previously denied in their development process and that is speed.
-With cut-edge DX features like [HMR](https://npm.io/package/esm-hmr) has quickly became the industry de facto, and build times reduced by a factor of 100x.
+With cut-edge DX features like [HMR](https://npm.io/package/esm-hmr) has quickly become the industry de facto, and build times reduced by a factor of 100x.
This new generation of ESM tools is extremely encouraging for web developers.