Skip to content

Commit 0b725f3

Browse files
Alex Rohlederyyx990803
authored andcommitted
docs: fix typo (#1562) [ci skip]
1 parent 0d2fe9c commit 0b725f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/dev-guide/ui-api.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ Displays multiple switches.
594594

595595
In your vue-cli plugin, you may already have a `prompts.js` file which asks the user a few questions when installing the plugin (with the CLI or the UI). You can add the additional UI-only fields (see above) to those prompt objects as well so they will provide more information if the user is using the UI.
596596

597-
**⚠️ Currently, the inquirer types which aren't supported (see above) whill not work properly in the UI.**
597+
**⚠️ Currently, the inquirer types which aren't supported (see above) will not work properly in the UI.**
598598

599599
## Client addon
600600

@@ -696,7 +696,7 @@ api.addClientAddon({
696696

697697
This will use the nodejs `require.resolve` API to find the folder and serve the `index.js` file built from the client addon.
698698

699-
Or specify an url when developping the plugin (ideally you want to do this in the `vue-cli-ui.js` file in your test vue project):
699+
Or specify an url when developing the plugin (ideally you want to do this in the `vue-cli-ui.js` file in your test vue project):
700700

701701
```js
702702
// Useful for dev

0 commit comments

Comments
 (0)