Skip to content

Commit 93aab32

Browse files
Sensational-Codeapertureless
authored andcommitted
docs: Fix spelling error in README.md code examples (#454)
### Fix or Enhancement? Fix - [x] All tests passed ### Environment - OS: MacOS - NPM Version: 6.4.1
1 parent b998cdd commit 93aab32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ export default {
197197
```
198198

199199
```javascript
200-
// Load speperate modules
200+
// Load separate modules
201201
import { Line, mixins } from 'vue-chartjs'
202202

203203
export default {
@@ -211,7 +211,7 @@ export default {
211211
```
212212

213213
```javascript
214-
// Load speperate modules with destructure assign
214+
// Load separate modules with destructure assign
215215
import { Line, mixins } from 'vue-chartjs'
216216
const { reactiveProp } = mixins
217217

0 commit comments

Comments
 (0)