diff --git a/src/huggingface_hub/_login.py b/src/huggingface_hub/_login.py index 0bd7ae453f..3f1ff79fa8 100644 --- a/src/huggingface_hub/_login.py +++ b/src/huggingface_hub/_login.py @@ -102,7 +102,7 @@ def login( if token is not None: if not add_to_git_credential: print( - "Token will not been saved to git credential helper. Pass" + "Token has not been saved to git credential helper. Pass" " `add_to_git_credential=True` if you want to set the git" " credential as well." )