Skip to content

Commit

Permalink
docs: fix typos in quick-start.mdx (#4891)
Browse files Browse the repository at this point in the history
  • Loading branch information
maricalmer authored Nov 1, 2023
1 parent 28b94cc commit dbcbf1e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/document/builder-doc/docs/en/guide/quick-start.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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.

Expand Down

0 comments on commit dbcbf1e

Please sign in to comment.