Skip to content

Commit 9ba878f

Browse files
JonasMunckf
authored andcommitted
typo in a README comment (#41)
fixes #40
1 parent 82e702f commit 9ba878f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ new Vue({
7878
store,
7979
wait: new VueWait({
8080
useVuex: true, // You must pass this option `true` to use Vuex
81-
vuexModuleName: 'vuex-example-module' // It's optional, `loading` by default.
81+
vuexModuleName: 'vuex-example-module' // It's optional, `wait` by default.
8282
}),
8383
});
8484
```

0 commit comments

Comments
 (0)