Skip to content

Commit

Permalink
docs(split-pane): copy editing (#10708)
Browse files Browse the repository at this point in the history
Fixed typo in word "also".
  • Loading branch information
alex-pl authored and brandyscarney committed Mar 10, 2017
1 parent 67cbcde commit 446e468
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/split-pane/split-pane.ts
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ export class SplitPane extends Ion implements RootNode {
/**
* @input {string | boolean} When the split-pane should be shown.
* Can be a CSS media query expression, or a shortcut expression.
* Can aslo be a boolean expression.
* Can also be a boolean expression.
*/
@Input()
set when(query: string | boolean) {
Expand Down

0 comments on commit 446e468

Please sign in to comment.