Skip to content
This repository was archived by the owner on Jul 8, 2020. It is now read-only.

Commit 982df78

Browse files
authored
Fix typo
1 parent 379493a commit 982df78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/development_intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ To make things easier, your project's `package.json` comes with the following se
180180
"prepare:all": "gulp --cordova 'prepare'",
181181
"livereload:ios": "gulp --livereload 'run ios'",
182182
"livereload:android": "gulp --livereload 'run android'",
183-
"run:ios": "gulp --cordova 'run ios",
183+
"run:ios": "gulp --cordova 'run ios'",
184184
"run:android": "gulp --cordova 'run android'",
185185
"watch:build": "gulp watch-build",
186186
"build": "gulp build --minify"

0 commit comments

Comments
 (0)