Skip to content

Commit

Permalink
chore: resolved typos in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
msudgh committed Apr 4, 2024
1 parent 0a6f701 commit 4ce9e29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions syncshell/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ def auth(self):
getting_started = textwrap.fill(constants.HELP_MESSAGE, width=80)
print(getting_started)

# Promte token key
# Prompt token key
prompt_token = input("Enter your Github token key: ")
config.parser["Auth"]["token"] = str(prompt_token)

Expand All @@ -47,7 +47,7 @@ def auth(self):

spinner = Spinner.NewTask("Check authentication...")

# Write config file if Github user alreaded authorized
# Write config file if Github user already authorized
if config.is_logged_in():
spinner.succeed("Your Github token key is authenticated.")
config.write()
Expand Down

0 comments on commit 4ce9e29

Please sign in to comment.