diff --git a/src/components/content/content.ts b/src/components/content/content.ts index 3f916e7131..5221bd3cab 100644 --- a/src/components/content/content.ts +++ b/src/components/content/content.ts @@ -19,7 +19,10 @@ export { ScrollEvent } from '../../util/scroll-view'; * @name Content * @description * The Content component provides an easy to use content area with - * some useful methods to control the scrollable area. + * some useful methods to control the scrollable area. There should + * only be one content in a single view component. If additional scrollable + * elements are need, use [ionScroll](../../scroll/Scroll). + * * * The content area can also implement pull-to-refresh with the * [Refresher](../../refresher/Refresher) component.