Skip to content

Commit

Permalink
fix typo (vuejs#1530)
Browse files Browse the repository at this point in the history
  • Loading branch information
miljan-aleksic authored and sdras committed Mar 27, 2018
1 parent 5adbc5f commit 3cca88c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v2/guide/components-registration.md
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ Now both `ComponentA` and `ComponentC` can be used inside `ComponentB`'s templat

### Automatic Global Registration of Base Components

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.
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.

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

Expand Down

0 comments on commit 3cca88c

Please sign in to comment.