8000 Minor grammar / typo change by fay-jai · Pull Request #417 · vuejs/v2.vuejs.org · GitHub
[go: up one dir, main page]

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/guide/components.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Components are one of the most powerful features of Vue. They help you extend ba

### Registration

We've learned in the previous sections that we can create a new Vue instances with:
We've learned in the previous sections that we can create a new Vue instance with:

``` js
new Vue({
Expand Down
0