From 3c97f1815804a2d5e1b283e1ce73a22b9e597795 Mon Sep 17 00:00:00 2001 From: Sergei Filippov Date: Tue, 30 Sep 2025 11:17:15 +1300 Subject: [PATCH] Fix typo --- docs/how-to-use.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/how-to-use.md b/docs/how-to-use.md index d184f306..a6953265 100644 --- a/docs/how-to-use.md +++ b/docs/how-to-use.md @@ -61,10 +61,10 @@ To better understand how to customize components globally and create a consisten In the component documentation of each component you will find more information about component properties, CSS custom properties, API methods and custom events. -## 5.- Serve your proyect +## 5.- Serve Your Project There are many development servers to help you in this point. Our recomendation is to use [ViteJS](https://vitejs.dev/) or [Web Dev Server](https://modern-web.dev/docs/dev-server/overview/). -## 6.- Build your Project +## 6.- Build Your Project -To build your project is necesary to use Webpack, Rollup or similar. At this moment, the best and easiest option is to use ViteJS. \ No newline at end of file +To build your project is necesary to use Webpack, Rollup or similar. At this moment, the best and easiest option is to use ViteJS.