Skip to content

Commit 25e44b9

Browse files
authored
fix Authorization typo
1 parent 900c432 commit 25e44b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

graphql_client_cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ FLAGS:
2323
ssl verification is turned on by default.
2424
2525
OPTIONS:
26-
--authorization <authorization> Set the contents of the Authorizaiton header.
26+
--authorization <authorization> Set the contents of the Authorization header.
2727
--header <headers>... Specify custom headers. --header 'X-Name: Value'
2828
--output <output> Where to write the JSON for the introspected schema.
2929

graphql_client_cli/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ enum Cli {
2323
#[clap(parse(from_os_str))]
2424
#[clap(long = "output")]
2525
output: Option<PathBuf>,
26-
/// Set the contents of the Authorizaiton header.
26+
/// Set the contents of the Authorization header.
2727
#[clap(long = "authorization")]
2828
authorization: Option<String>,
2929
/// Specify custom headers.

0 commit comments

Comments
 (0)