Skip to content

Commit b383d2f

Browse files
Fix minor grammar error (#809)
1 parent 2a16733 commit b383d2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

linodecli/configuration/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ def configure(
364364
if _check_browsers() and not self.configure_with_pat:
365365
print(
366366
"The CLI will use its web-based authentication to log you in.\n"
367-
"If you prefer to supply a Personal Access Token,"
367+
"If you prefer to supply a Personal Access Token, "
368368
"use `linode-cli configure --token`."
369369
)
370370
input(

0 commit comments

Comments
 (0)