From 2893a4149bbf2baf8a895a12ee6548148481a7bf Mon Sep 17 00:00:00 2001 From: Paulius Varna Date: Tue, 22 Sep 2020 01:09:06 +0300 Subject: [PATCH] fix(docs): typo (#843) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b7cb3b219435ca..102978dfe2c605 100644 --- a/README.md +++ b/README.md @@ -518,7 +518,7 @@ Both Snowpack v2 and Vite offer native ES module import based dev servers. Vite' - Both solutions can also bundle the app for production, but Vite uses Rollup with built-in config while Snowpack delegates it to Parcel/webpack via additional plugins. Vite will in most cases build faster and produce smaller bundles. In addition, tighter integration with the bundler makes it easier to author Vite transforms and plugins that modify dev/build configs at the same. -- Vue support is a first-class feature in Vite. For example, Vite provides a much more fine-grained HMR integration with Vue, and the build config is fined tuned to produce the most efficient bundle. +- Vue support is a first-class feature in Vite. For example, Vite provides a much more fine-grained HMR integration with Vue, and the build config is fine tuned to produce the most efficient bundle. ## Contribution