From cd08efcf99656852493813091f0860a20fc72e84 Mon Sep 17 00:00:00 2001 From: Anton Begehr Date: Sun, 20 Mar 2022 11:20:08 +0900 Subject: [PATCH] typo --- src/components/search.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/search.js b/src/components/search.js index 92b74fd..3a90466 100644 --- a/src/components/search.js +++ b/src/components/search.js @@ -55,7 +55,7 @@ const Search = props => { 'description' ]) if (functionErrorDescription.includes('not unique')) { - toast.warn('You are already folllowing this author') + toast.warn('You are already following this author') } else { toast.error('Unknown error') }