Fixed typo in README (#20)

This commit is contained in:
Yev Vlasenko
2017-05-13 23:12:14 +01:00
committed by GitHub
parent fc14be6f1d
commit 6923f56927

View File

@@ -28,7 +28,7 @@ Call it from anywhere in the app
```javascript
methods: {
show () {
this.$modal.show('hello-word');
this.$modal.show('hello-world');
},
hide () {
this.$modal.hide('hello-world');