Skip to content

Commit 03a2615

Browse files
PanJiaChenhaoqunjiang
authored andcommitted
doc: fix typo (#2802) [ci skip]
1 parent 1418178 commit 03a2615

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/dev-guide/ui-api.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ vue ui -D
6464

6565
You can add a project configuration with the `api.describeConfig` method.
6666

67-
First you need to pass some informations:
67+
First you need to pass some information:
6868

6969
```js
7070
api.describeConfig({
@@ -430,7 +430,7 @@ api.describeTask({
430430
if (answers.mode) args.push('--mode', answers.mode)
431431
args.push('--dashboard')
432432
},
433-
// Immediatly after running the task
433+
// Immediately after running the task
434434
onRun: async ({ args, child, cwd }) => {
435435
// child: node child process
436436
// cwd: process working directory
@@ -1252,7 +1252,7 @@ You can also open a page instead when the user activates the suggestion with `ac
12521252
```js
12531253
api.addSuggestion({
12541254
id: 'com.my-name.my-suggestion',
1255-
type: 'action', // Required
1255+
type: 'action', // Required
12561256
label: 'Add vue-router',
12571257
// Open a new tab
12581258
actionLink: 'https://vuejs.org/'

0 commit comments

Comments
 (0)