docs(split-pane): copy editing (#10708)

Fixed typo in word "also".
This commit is contained in:
alex-pl
2017-03-10 16:41:32 +01:00
committed by Brandy Carney
parent 67cbcdea3b
commit 446e468b59

View File

@@ -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) {