mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-22 13:32:54 +08:00
docs(scroll): correct typo (#6673)
This commit is contained in:

committed by
Adam Bradley

parent
5aff985750
commit
24b7b8f356
@ -10,7 +10,7 @@ import * as util from '../../util';
|
|||||||
/**
|
/**
|
||||||
* @name Scroll
|
* @name Scroll
|
||||||
* @description
|
* @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
|
* @usage
|
||||||
* ```html
|
* ```html
|
||||||
* <ion-scroll scrollX="true">
|
* <ion-scroll scrollX="true">
|
||||||
|
Reference in New Issue
Block a user