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') }