Skip to content

Commit 9436d6c

Browse files
authored
Correct spelling (#907)
1 parent 35f5b52 commit 9436d6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/single-file-component.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ import pkg from './package.json' // import our package.json file to re-use the n
9999
export default {
100100
// this is the file containing all our exported components/functions
101101
input: 'src/index.js',
102-
// this is an array of outputed formats
102+
// this is an array of outputted formats
103103
output: [
104104
{
105105
file: pkg.module, // the name of our esm library

0 commit comments

Comments
 (0)