From dbcbf1e666b946672eedb50a32d4612781524000 Mon Sep 17 00:00:00 2001 From: maricalmer <75440456+maricalmer@users.noreply.github.com> Date: Wed, 1 Nov 2023 11:11:57 +0100 Subject: [PATCH] docs: fix typos in quick-start.mdx (#4891) --- packages/document/builder-doc/docs/en/guide/quick-start.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/document/builder-doc/docs/en/guide/quick-start.mdx b/packages/document/builder-doc/docs/en/guide/quick-start.mdx index 17a28b3b82a0..eb18e21d4220 100644 --- a/packages/document/builder-doc/docs/en/guide/quick-start.mdx +++ b/packages/document/builder-doc/docs/en/guide/quick-start.mdx @@ -20,11 +20,11 @@ Please refer to [Modern.js - Introduction](https://modernjs.dev/en/guides/get-st Modern.js framework documentation and Modern.js Builder documentation are deployed under two separate sites. If you encounter any build-related problems while using the Modern.js framework, you can always refer to the documentation of Modern.js Builder to find solutions. ::: -## Usse the Builder CLI Tool +## Use the Builder CLI Tool Modern.js Builder provides a lightweight CLI tool that includes basic commands such as `dev` and `build`. It is primarily used for building non-React projects. -If your project is not based on the React, for example, if you are developing a Vue project, you can use the Builder CLI tool to build your project. +If your project is not based on React, for example, if you are developing a Vue project, you can use the Builder CLI tool to build your project. Please refer to [Use Builder CLI](/guide/basic/builder-cli) for more information on how to use it. @@ -93,7 +93,7 @@ Except the `entry` option, the `createBuilder` method also provides some other o ### 3. Call Builder Instance Method -The Builder instance provides some methods, which you can use it according to the usage scenarios. +The Builder instance provides some methods, which you can use according to the usage scenarios. To start local development, it is recommended to use the [builder.startDevServer](/en/api/builder-instance.html#builder-startdevserver) method, which will start a local Dev Server.