From 92e3fbb508e4da47c4eb9bbbf00173ea85f24cee Mon Sep 17 00:00:00 2001 From: Masaru Iritani <25241373+masaru-iritani@users.noreply.github.com> Date: Sun, 28 Jul 2024 14:27:34 +0000 Subject: [PATCH] Fix typo in --xsrf-token description --- src/commands/login.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/login.ts b/src/commands/login.ts index ca5c770..2ebabdf 100644 --- a/src/commands/login.ts +++ b/src/commands/login.ts @@ -56,7 +56,7 @@ const builder = createBuilder({ type: "string", }, "xsrf-token": { - describe: "Specify XSRF token to use for Coookie login", + describe: "Specify XSRF token to use for Cookie login", type: "string", }, });