Skip to content
This repository has been archived by the owner on Aug 3, 2023. It is now read-only.

Commit

Permalink
fix cli help typo (#2160)
Browse files Browse the repository at this point in the history
  • Loading branch information
saikatdas0790 authored Dec 18, 2021
1 parent a3bc640 commit 8a7ae47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ pub enum Command {
},

/// Logout from your current authentication method and remove any configuration files.
/// It does not logout if you have authenticated wrangler through envrionment variables.
/// It does not logout if you have authenticated wrangler through environment variables.
#[structopt(name = "logout")]
Logout,

Expand Down

0 comments on commit 8a7ae47

Please sign in to comment.