diff options
author | 2021-08-20 01:56:58 +0200 | |
---|---|---|
committer | 2021-08-19 17:56:58 -0600 | |
commit | cdbe2e486d56eeeae7a11f51837faa8aaa955d8e (patch) | |
tree | 85c919c275da969fa231a478edb3efbcc0c2091d /docs/src/pages/blog/island-architecture.md | |
parent | a421329f8fc3fbcba70f3401cff4b9cf65f3f2eb (diff) | |
download | astro-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.md | 2 |
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. |