From f25d99920ade00ec02f9f08ac11408d429a0fe3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20Dudfield?= Date: Thu, 27 Jun 2024 12:14:19 +0200 Subject: [PATCH] fix(docs/from-vite.md): typo --- docs/migration/from-vite.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/migration/from-vite.md b/docs/migration/from-vite.md index 1cbec69a6..e0fab1fd5 100644 --- a/docs/migration/from-vite.md +++ b/docs/migration/from-vite.md @@ -1,6 +1,6 @@ # Migrate From Vite :::note -Vite plugins like `unocss` are deeply integrated with `Vite`, these plugins may not be compatible with Farm due to the difference of internal design. You can try other method like `unocss postcss plugin` as walk-around. +Vite plugins like `unocss` are deeply integrated with `Vite`, these plugins may not be compatible with Farm due to the difference of internal design. You can try other method like `unocss postcss plugin` as work-around. ::: Migrating from Vite is really simple as Farm is Vite-compatible. All you need to do is transforming `vite.config.ts` to `farm.config.ts`: