Skip to content

Commit

Permalink
doc: fix typo (#2802) [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
PanJiaChen authored and haoqunjiang committed Oct 27, 2018
1 parent 1418178 commit 03a2615
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/dev-guide/ui-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ vue ui -D

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

First you need to pass some informations:
First you need to pass some information:

```js
api.describeConfig({
Expand Down Expand Up @@ -430,7 +430,7 @@ api.describeTask({
if (answers.mode) args.push('--mode', answers.mode)
args.push('--dashboard')
},
// Immediatly after running the task
// Immediately after running the task
onRun: async ({ args, child, cwd }) => {
// child: node child process
// cwd: process working directory
Expand Down Expand Up @@ -1252,7 +1252,7 @@ You can also open a page instead when the user activates the suggestion with `ac
```js
api.addSuggestion({
id: 'com.my-name.my-suggestion',
type: 'action', // Required
type: 'action', // Required
label: 'Add vue-router',
// Open a new tab
actionLink: 'https://vuejs.org/'
Expand Down

0 comments on commit 03a2615

Please sign in to comment.