docs(refresher): update error message

This commit is contained in:
Brandy Carney
2018-07-24 10:55:58 -04:00
parent 02fe310b57
commit f701c18a82

View File

@ -103,7 +103,7 @@ export class Refresher {
await contentEl.componentOnReady(); await contentEl.componentOnReady();
this.scrollEl = contentEl.getScrollElement(); this.scrollEl = contentEl.getScrollElement();
} else { } else {
console.error('ion-refresher didn\'t attached, make sure if parent is a ion-content'); console.error('ion-refresher did not attach, make sure the parent is an ion-content.');
} }
} }