8000 Fix small mistake, an additional apostrophe (#1700) (#1110) · vuejs-jp-bot/jp.vuejs.org@4bf6044 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4bf6044

Browse files
potato4dkazupon
authored andcommitted
Fix small mistake, an additional apostrophe (vuejs#1700) (vuejs#1110)
1 parent 4c4278b commit 4bf6044

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
// コンポーネント名をパスカルケース (PascalCase) で取得する
208208
const componentName = upperFirst(
209209
camelCase(
210-
// 先頭の `'./` と拡張子をファイル名から取り除く
210+
// 先頭の `./` と拡張子をファイル名から取り除く
211211
fileName.replace(/^\.\/(.*)\.\w+$/, '$1')
212212
)
213213
)

0 commit comments

Comments
 (0)
0