From 24b7b8f356bd02e1cab228a7c2dedbc83e4dd9b0 Mon Sep 17 00:00:00 2001 From: Ankush Aggarwal Date: Thu, 26 May 2016 18:06:56 -0700 Subject: [PATCH] docs(scroll): correct typo (#6673) --- src/components/scroll/scroll.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/scroll/scroll.ts b/src/components/scroll/scroll.ts index bb2eb353df0..901983997b0 100644 --- a/src/components/scroll/scroll.ts +++ b/src/components/scroll/scroll.ts @@ -10,7 +10,7 @@ import * as util from '../../util'; /** * @name Scroll * @description - * Scroll is a non-flexboxed scroll area that can scroll horizontally or vertically. `ion-Scroll` Can be used in places were you may not need a full page scroller, but a highly customized one, such as image scubber or comment scroller. + * Scroll is a non-flexboxed scroll area that can scroll horizontally or vertically. `ion-Scroll` Can be used in places where you may not need a full page scroller, but a highly customized one, such as image scubber or comment scroller. * @usage * ```html *