From 3b55b687c9ea22ac303978fe04ae8a9a7091bde8 Mon Sep 17 00:00:00 2001 From: Edward Betts Date: Tue, 23 Feb 2021 20:52:28 +0000 Subject: [PATCH] Correct spelling --- src/guide/single-file-component.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/guide/single-file-component.md b/src/guide/single-file-component.md index 635df90217..7760d56097 100644 --- a/src/guide/single-file-component.md +++ b/src/guide/single-file-component.md @@ -99,7 +99,7 @@ import pkg from './package.json' // import our package.json file to re-use the n export default { // this is the file containing all our exported components/functions input: 'src/index.js', - // this is an array of outputed formats + // this is an array of outputted formats output: [ { file: pkg.module, // the name of our esm library