From cc507943178fc8ab00cda80e505877baac0d3a50 Mon Sep 17 00:00:00 2001 From: Shodipo Ayomide Date: Fri, 16 Aug 2019 11:07:44 +0400 Subject: [PATCH] [fix] spellings --- src/components/MainStatus/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/MainStatus/index.js b/src/components/MainStatus/index.js index 8f8b0e8..44d97e0 100644 --- a/src/components/MainStatus/index.js +++ b/src/components/MainStatus/index.js @@ -17,8 +17,8 @@ const MainStatus = ({ loading, up }) => { {loading ? 'Getting the data' : !isDown(up) - ? 'All Services Operational' - : 'We are experiences some issues'} + ? 'All Services are Operational' + : 'We are experiencing some issues'} {loading ? 'Hold on Tight' : `As of ${lastCheck(up)}`}