Skip to content

Commit 55b7b2b

Browse files
committed
Fix: grammar
1 parent 12a6a78 commit 55b7b2b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[![downloads](https://img.shields.io/npm/dm/vue-cli-plugin-clean?style=flat-square&logo=npm)](https://www.npmjs.com/package/vue-cli-plugin-clean)
55
[![dependencies](https://img.shields.io/david/devtony101/vue-cli-plugin-clean?style=flat-square&logo=dependabot)](https://github.com/DevTony101/vue-cli-plugin-clean)
66

7-
A vue 2.x plugin that helps you bootstrap your Vue application by performing some common configurations.
7+
A Vue 2.x plugin that helps you bootstrap your application by performing some common configurations.
88

99
Table of Contents
1010
=================
@@ -66,7 +66,7 @@ After all the configurations are done, the file structure of your app will the l
6666
### Prettier configuration
6767
This an opt-in feature that you can enable when installing this plugin (go to the [getting started](#general) section if you want to know more about that).
6868

69-
If you chose Prettier as your code formatter, you might want to configure it with some additional options. This plugin adds a `.prettierrc.js` configuration file to your root folder with some default options. (This will only surt effect if the `@vue/eslint-config-prettier` plugin is installed on your project).
69+
If you chose Prettier as your code formatter, you might want to configure it with some additional tweaks. This plugin adds a `.prettierrc.js` configuration file to your root folder with some default options. (It will only surt effect if the `@vue/eslint-config-prettier` plugin is installed on your project).
7070

7171
```js
7272
// Default structure of the .prettierrc.js config file
@@ -89,7 +89,7 @@ After that, the vue-cli service will install the plugin and then ask you about s
8989
- [Support for base components](#support-for-base-components)
9090
- [Additional prettier configuration](#prettier-configuration)
9191

92-
Both of those features are **optional** but beware, the vue-cli service will try to add them by _default_. when the configurations are complete, the plugin will
92+
Both of those features are **optional** but beware, the vue-cli service will try to add them by _default_. When the configurations are complete, the plugin will
9393
notify you about what files were _created_, _modified_ or _deleted_.
9494

9595
### Using the BaseIcon component
@@ -119,7 +119,7 @@ Usage: vue-cli-service basec name [options]
119119
Options:
120120
121121
--scaffold-button Generates a predefined base component for a button
122-
--prefix The prefix for the name of the component. By default 'Base'
122+
--prefix The prefix for the name of the component. By default 'Base'
123123
```
124124

125125
The `name` is the name of the base component (without 'Base' or any other prefix).
@@ -172,7 +172,7 @@ This will have the same result as the previous example.
172172
#### Using `basec` through the Vue UI
173173
You can also use the `basec` command through the Vue user interface like so:
174174

175-
- In the UI, open your proyect and go to the `Tasks` section, in a newly created proyect there are going to be three basic commands: `serve`, `build` and `lint`. Vue Clean also adds a new command called `basec`.
175+
- In the UI, open your project and go to the `Tasks` section, in a newly created project there are going to be three basic commands: `serve`, `build` and `lint`. Vue Clean also adds a new command called `basec`.
176176

177177
- You can configure the options for the `basec` command in the modal window opened by the `Parameters` button. In the following example we are replicating the `BaseDummy` component we created in the previous section.
178178

0 commit comments

Comments
 (0)