From 7ed45ce07ebe044be903c47ccd62932d22820e23 Mon Sep 17 00:00:00 2001 From: Albert Medrano-Lopez <41843630+komposer-aml@users.noreply.github.com> Date: Tue, 30 Dec 2025 00:07:30 -0800 Subject: [PATCH] chore: improved grammar in one other sentence during authentication flow Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- viu_media/cli/commands/anilist/commands/auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/viu_media/cli/commands/anilist/commands/auth.py b/viu_media/cli/commands/anilist/commands/auth.py index 146b35f..ee77aba 100644 --- a/viu_media/cli/commands/anilist/commands/auth.py +++ b/viu_media/cli/commands/anilist/commands/auth.py @@ -29,7 +29,7 @@ def _get_token(feedback, selector, token_input: str | None) -> str | None: if open_success: feedback.info("Your browser has been opened to obtain an AniList token.") feedback.info( - f"or you can visit the site manually [magenta][link={ANILIST_AUTH}]here[/link][/magenta]." + f"Or you can visit the site manually [magenta][link={ANILIST_AUTH}]here[/link][/magenta]." ) else: feedback.warning(