Skip to content

Commit

Permalink
Apply feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
jannyHou committed Oct 27, 2017
1 parent 8c8890d commit be52102
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pages/en/lb4/Creating-components.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,9 +232,9 @@ export class AuthenticationProvider {
When binding a component to an app, you may want to extend the app with the component's
properties and methods.
This can be achieved by using mixin.
This can be achieved by using mixins.
If you are not familiar with concept `mixin`, check [Mixin](Mixin.htm) to know more.
If you are not familiar with the mixin concept, check [Mixin](Mixin.htm) to learn more.
An example of how a mixin leverages component would be `RepositoryMixin`:
Suppose an app has multiple components with repositories bound to each of them,
Expand Down

0 comments on commit be52102

Please sign in to comment.