From 93aab3293e4fe09b2504abc7eb1dbfb8c5bb1feb Mon Sep 17 00:00:00 2001 From: Sensational Code Date: Thu, 13 Dec 2018 04:40:24 -0800 Subject: [PATCH] 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 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9b8e6cb5..14598ffd 100644 --- a/README.md +++ b/README.md @@ -197,7 +197,7 @@ export default { ``` ```javascript -// Load speperate modules +// Load separate modules import { Line, mixins } from 'vue-chartjs' export default { @@ -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