We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35f5b52 commit 9436d6cCopy full SHA for 9436d6c
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
99
export default {
100
// this is the file containing all our exported components/functions
101
input: 'src/index.js',
102
- // this is an array of outputed formats
+ // this is an array of outputted formats
103
output: [
104
{
105
file: pkg.module, // the name of our esm library
0 commit comments