Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3cca88c

Browse files
miljan-aleksicsdras
authored andcommittedMar 27, 2018
fix typo (vuejs#1530)
1 parent 5adbc5f commit 3cca88c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/v2/guide/components-registration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Now both `ComponentA` and `ComponentC` can be used inside `ComponentB`'s templat
154154

155155
### Automatic Global Registration of Base Components
156156

157-
Many of your components will be relatively generic, possibly only wrapping an an element like an input or a button. We sometimes refer to these as [base components](../style-guide/#Base-component-names-strongly-recommended) and they tend to be used very frequently across your components.
157+
Many of your components will be relatively generic, possibly only wrapping an element like an input or a button. We sometimes refer to these as [base components](../style-guide/#Base-component-names-strongly-recommended) and they tend to be used very frequently across your components.
158158

159159
The result is that many components may include long lists of base components:
160160

0 commit comments

Comments
 (0)
Please sign in to comment.