File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ vue ui -D
64
64
65
65
You can add a project configuration with the ` api.describeConfig ` method.
66
66
67
- First you need to pass some informations :
67
+ First you need to pass some information :
68
68
69
69
``` js
70
70
api .describeConfig ({
@@ -430,7 +430,7 @@ api.describeTask({
430
430
if (answers .mode ) args .push (' --mode' , answers .mode )
431
431
args .push (' --dashboard' )
432
432
},
433
- // Immediatly after running the task
433
+ // Immediately after running the task
434
434
onRun: async ({ args, child, cwd }) => {
435
435
// child: node child process
436
436
// cwd: process working directory
@@ -1252,7 +1252,7 @@ You can also open a page instead when the user activates the suggestion with `ac
1252
1252
``` js
1253
1253
api .addSuggestion ({
1254
1254
id: ' com.my-name.my-suggestion' ,
1255
- type: ' action' , // Required
1255
+ type: ' action' , // Required
1256
1256
label: ' Add vue-router' ,
1257
1257
// Open a new tab
1258
1258
actionLink: ' https://vuejs.org/'
You can’t perform that action at this time.
0 commit comments