Skip to content

Commit 2aa4491

Browse files
author
desys-tambellini
authored
Fix: typo in single-file-component.md (#760)
1 parent 713650e commit 2aa4491

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
@@ -102,7 +102,7 @@ export default {
102102
// this is an array of outputed formats
103103
output: [
104104
{
105-
file: pkg.module, // the name of our esm librry
105+
file: pkg.module, // the name of our esm library
106106
format: 'esm', // the format of choice
107107
sourcemap: true, // ask rollup to include sourcemaps
108108
}

0 commit comments

Comments
 (0)