diff --git a/README.md b/README.md index 7ca8a7d6..bae0fdca 100644 --- a/README.md +++ b/README.md @@ -284,7 +284,7 @@ It should automatically appear in the list of available scrapers. Mangal also supports integration with anilist. Besides fetching metadata for each manga when downloading, -mangal can also mark chapters as read on your Anilsit profile when you read them inside mangal. +mangal can also mark chapters as read on your Anilist profile when you read them inside mangal. For more information see [wiki](https://github.com/metafates/mangal/wiki/Anilist-Integration) diff --git a/cmd/integration.go b/cmd/integration.go index 91fa95ad..90377eeb 100644 --- a/cmd/integration.go +++ b/cmd/integration.go @@ -69,7 +69,7 @@ See https://github.com/metafates/mangal/wiki/Anilist-Integration for more inform if viper.GetString(key.AnilistID) == "" { input := survey.Input{ - Message: "Anilsit client ID is not set. Please enter it:", + Message: "Anilist client ID is not set. Please enter it:", Help: "", } var response string @@ -87,7 +87,7 @@ See https://github.com/metafates/mangal/wiki/Anilist-Integration for more inform if viper.GetString(key.AnilistSecret) == "" { input := survey.Input{ - Message: "Anilsit client secret is not set. Please enter it:", + Message: "Anilist client secret is not set. Please enter it:", Help: "", } var response string @@ -122,7 +122,7 @@ See https://github.com/metafates/mangal/wiki/Anilist-Integration for more inform } input := survey.Input{ - Message: "Anilsit code is not set. Please copy it from the link and paste in here:", + Message: "Anilist code is not set. Please copy it from the link and paste in here:", Help: "", }