Skip to content

Commit 204c89f

Browse files
committed
fix grammar
1 parent 4523a9f commit 204c89f

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
@@ -5,7 +5,7 @@ order: 12
55
---
66

77
##What are Components?
8-
Components are one of the most powerful features of Vue.js, helping you extend basic HTML elements and create reusable code. At a high level, Components are custom elements that Vue.js’ compiler attaches a specified behavior, or even transforms the elements and their children.
8+
Components are one of the most powerful features of Vue.js, helping you extend basic HTML elements and create reusable code. At a high level, Components are custom elements that Vue.js’ compiler would attach specified behavior to, or even transform the elements and their children.
99

1010
In some cases, a Component is indicated with a special attribute on an HTML element.
1111

0 commit comments

Comments
 (0)