Skip to content

Commit 0f14b21

Browse files
authored
Update src/cookbook/packaging-components-npm.md
1 parent 53d0ad3 commit 0f14b21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cookbook/packaging-components-npm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ export default {
184184

185185
This sample config file contains the minimum settings to package your SFC for npm. There is room for customization, such as extracting CSS to a separate file, using a CSS preprocessor, uglifying the JS output, etc.
186186

187-
Also, it is worth noting the `name` given the component here. This is a PascalCase name that the component will be given, and should correspond with the kebab-case name used elsewhere throughout this recipe.
187+
Also, it is worth noting the `name` given to the component. This is a PascalCase name that the component will be given, and should correspond with the kebab-case name used elsewhere throughout this recipe.
188188

189189
## When to avoid this pattern
190190

0 commit comments

Comments
 (0)