Skip to content

Commit fac0af6

Browse files
spencer1573chrisvfritz
authored andcommitted
changed wording (vuejs#1235)
let me know if there are any issues. thanks
1 parent aea5c83 commit fac0af6

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)