From eec67ad62d63943d29be8a929a84fdc7b6e7faf9 Mon Sep 17 00:00:00 2001 From: Kiryll Ye Date: Wed, 12 Jun 2024 09:26:10 +0300 Subject: [PATCH] docs: Update use-with-vite.en-US.md (#49366) fix documentation misconception. Signed-off-by: Kiryll Ye --- docs/react/use-with-vite.en-US.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/react/use-with-vite.en-US.md b/docs/react/use-with-vite.en-US.md index 45b9b0d04d..674917edbe 100644 --- a/docs/react/use-with-vite.en-US.md +++ b/docs/react/use-with-vite.en-US.md @@ -5,7 +5,7 @@ order: 2 title: Usage with Vite --- -[Vite](https://vitejs.dev/) is one of the best React application development tools. We are going to use `antd` within it and modify the vite config for some customized needs. +[Vite](https://vitejs.dev/) is one of the best React application development tools. Let's use `antd` within it. ## Install and Initialization