From c05cb14a258fc332b88964a8ea8126535696fe1a Mon Sep 17 00:00:00 2001 From: Paul Halliday Date: Sun, 7 Jan 2018 12:42:46 +0000 Subject: [PATCH] [docs-en] Fix spelling error. --- docs/en/api/config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/api/config.md b/docs/en/api/config.md index 69d0db10d..99ecf9c48 100644 --- a/docs/en/api/config.md +++ b/docs/en/api/config.md @@ -22,5 +22,5 @@ Example: ```js import VueTestUtils from 'vue-test-utils' -VueTestUtils.config.stubs['my-compomnent'] = '
' +VueTestUtils.config.stubs['my-component'] = '
' ```