Skip to content

Commit

Permalink
docs: Fix spelling error in README.md code examples (apertureless#454)
Browse files Browse the repository at this point in the history
### Fix or Enhancement?
Fix
- [x] All tests passed


### Environment
- OS: MacOS
- NPM Version: 6.4.1
  • Loading branch information
Sensational-Code authored and apertureless committed Dec 13, 2018
1 parent b998cdd commit 93aab32
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ export default {
```

```javascript
// Load speperate modules
// Load separate modules
import { Line, mixins } from 'vue-chartjs'

export default {
Expand All @@ -211,7 +211,7 @@ export default {
```

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

Expand Down

0 comments on commit 93aab32

Please sign in to comment.