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 *