Skip to content

Commit 3a958fd

Browse files
authored
chore: fix typo
1 parent a0ccc72 commit 3a958fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/StartGuide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ $ npm run cordova-serve
2323

2424
#### Production Build
2525
```sh
26-
$ npm run corodva-build
26+
$ npm run cordova-build
2727
$ cordova build browser
2828
# The `platforms/browser/www` directory is ready to deployed.
2929
```
@@ -41,7 +41,7 @@ $ cordova run ios
4141

4242
#### Production Build
4343
```sh
44-
$ npm run corodva-build
44+
$ npm run cordova-build
4545
$ cordova build ios
4646
```
4747

@@ -57,6 +57,6 @@ $ cordova run android
5757

5858
#### Production Build
5959
```sh
60-
$ npm run corodva-build
60+
$ npm run cordova-build
6161
$ cordova build android
6262
```

0 commit comments

Comments
 (0)