From ca0dcfc4922dd02f074ca0a4f6a54c1e4aeb641c Mon Sep 17 00:00:00 2001 From: Towfiq Date: Wed, 21 Dec 2022 07:47:04 +0600 Subject: [PATCH] chore: fixes typos --- components/insight/Insight.tsx | 2 +- components/keywords/SCKeywordsTable.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/insight/Insight.tsx b/components/insight/Insight.tsx index 6b0a614..2a0665f 100644 --- a/components/insight/Insight.tsx +++ b/components/insight/Insight.tsx @@ -117,7 +117,7 @@ const SCInsight = ({ insight, isLoading = true, isConsoleIntegrated = true }: SC )} {!isConsoleIntegrated && (

- Goolge Search has not been Integrated yet. Please follow These Steps integrate Google Search Data for this Domain. + Goolge Search has not been Integrated yet. Please follow These Steps to integrate Google Search Data for this Domain.

)} diff --git a/components/keywords/SCKeywordsTable.tsx b/components/keywords/SCKeywordsTable.tsx index 1048e0a..f2b9d06 100644 --- a/components/keywords/SCKeywordsTable.tsx +++ b/components/keywords/SCKeywordsTable.tsx @@ -212,7 +212,7 @@ const SCKeywordsTable = ({ domain, keywords = [], isLoading = true, isConsoleInt )} {!isConsoleIntegrated && (

- Goolge Search has not been Integrated yet. Please follow These Steps integrate Google Search Data for this Domain. + Goolge Search has not been Integrated yet. Please follow These Steps to integrate Google Search Data for this Domain.

)}