docs(components): update grammar and docs

This commit is contained in:
Brandy Carney
2018-04-18 11:40:26 -06:00
parent cccdb42fbd
commit 2aa2e6f3ca
11 changed files with 44 additions and 44 deletions

View File

@ -55,8 +55,8 @@ export class Button {
@Prop() fill: 'clear' | 'outline' | 'solid' | 'default' = 'default';
/**
* When using a router, it specifies the transition direction when navigating a
* another page usign `href`.
* When using a router, it specifies the transition direction when navigating to
* another page using `href`.
*/
@Prop() routerDirection: 'forward' | 'back';