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