Skip to content

Commit 1b80da0

Browse files
committed
Merge remote-tracking branch 'upstream/master'
2 parents 5036687 + fac0af6 commit 1b80da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/v2/style-guide/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -939,7 +939,7 @@ OR
939939

940940
### Component name casing in JS/JSX <sup data-p="b">strongly recommended</sup>
941941

942-
**Component names in JS/[JSX](../guide/render-function.html#JSX) should always be PascalCase, though may be kebab-case inside strings for simpler applications that only use global component registration through `Vue.component`.**
942+
**Component names in JS/[JSX](../guide/render-function.html#JSX) should always be PascalCase, though they may be kebab-case inside strings for simpler applications that only use global component registration through `Vue.component`.**
943943

944944
{% raw %}
945945
<details>

0 commit comments

Comments
 (0)