Skip to content

Commit ccb4910

Browse files
sir-kainchrisvfritz
authored andcommitted
Fix small mistake, an additional apostrophe (#1700)
1 parent 1ca5d03 commit ccb4910

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/guide/components-registration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ requireComponent.keys().forEach(fileName => {
207207
// Get PascalCase name of component
208208
const componentName = upperFirst(
209209
camelCase(
210-
// Strip the leading `'./` and extension from the filename
210+
// Strip the leading `./` and extension from the filename
211211
fileName.replace(/^\.\/(.*)\.\w+$/, '$1')
212212
)
213213
)

0 commit comments

Comments
 (0)