Skip to content

Commit c768a15

Browse files
committed
Update wrong word
1 parent 9d8410b commit c768a15

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
config/app.dev.json
2-
bundels
2+
bundles
33
__debug_bin*

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ vi (app.json or app.dev.json or app.prod.json)
5757
"CodePush": {
5858
"FileLocal":(local,aws,ftp),
5959
"Local":{
60-
"SavePath":"./bundels"
60+
"SavePath":"./bundles"
6161
},
6262
"Aws":{
6363
"Endpoint":"",

config/app.prod.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"CodePush": {
2222
"FileLocal":"local",
2323
"Local":{
24-
"SavePath":"./bundels"
24+
"SavePath":"./bundles"
2525
},
2626
"Aws":{
2727
"Endpoint":"",

0 commit comments

Comments
 (0)