docs: Update use-with-vite.en-US.md (#49366)

fix documentation misconception.

Signed-off-by: Kiryll Ye <kiryll.e@gmail.com>
This commit is contained in:
Kiryll Ye
2024-06-12 09:26:10 +03:00
committed by GitHub
parent 828360c6e9
commit eec67ad62d

View File

@@ -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