mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 08:09:32 +08:00
docs(refresher): update error message
This commit is contained in:
@ -103,7 +103,7 @@ export class Refresher {
|
||||
await contentEl.componentOnReady();
|
||||
this.scrollEl = contentEl.getScrollElement();
|
||||
} 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.');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user