Skip to content

Commit a6f1233

Browse files
NoelDeMartinyyx990803
authored andcommitted
docs: fix grammar typo in plugins-and-presets.md (vuejs#2199) [ci skip]
1 parent 1d34a9d commit a6f1233

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/plugins-and-presets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ For more information, read the [UI Plugin API](../dev-guide/ui-api.md).
103103

104104
## Presets
105105

106-
A Vue CLI preset is a JSON object that contains pre-defined options and plugins for creating a new project so that the user don't have to go through the prompts to select them.
106+
A Vue CLI preset is a JSON object that contains pre-defined options and plugins for creating a new project so that the user doesn't have to go through the prompts to select them.
107107

108108
Presets saved during `vue create` are stored in a configuration file in your user home directory (`~/.vuerc`). You can directly edit this file to tweak / add / delete the saved presets.
109109

0 commit comments

Comments
 (0)