8000 Correct subject-verb agreement. · louwers/vuejs.org@5206281 · GitHub
[go: up one dir, main page]

Skip to content

Commit 5206281

Browse files
author
Pistos
committed
Correct subject-verb agreement.
1 parent c599943 commit 5206281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/components.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ The `el` option also requires a function value when used in `Vue.extend()`, for
133133

134134
### `is` attribute
135135

136-
Some HTML elements, for example `<table>`, has restrictions on what elements can appear inside it. Custom elements that are not in the whitelist will be hoisted out and thus not render properly. In such cases you should use the `is` special attribute to indicate a custom element:
136+
Some HTML elements, for example `<table>`, have restrictions on what elements can appear inside them. Custom elements that are not in the whitelist will be hoisted out and thus not render properly. In such cases you should use the `is` special attribute to indicate a custom element:
137137

138138
``` html
139139
<table>

0 commit comments

Comments
 (0)
0