From f701c18a8273fa7b34c51c6d1abdf4baad2a196a Mon Sep 17 00:00:00 2001 From: Brandy Carney Date: Tue, 24 Jul 2018 10:55:58 -0400 Subject: [PATCH] docs(refresher): update error message --- core/src/components/refresher/refresher.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/components/refresher/refresher.tsx b/core/src/components/refresher/refresher.tsx index 101431beb5..94753a8044 100644 --- a/core/src/components/refresher/refresher.tsx +++ b/core/src/components/refresher/refresher.tsx @@ -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.'); } }