Skip to content

Commit 7ed3344

Browse files
committed
refactor: fix typo
1 parent 0603190 commit 7ed3344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/commands/docs.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import open from "open";
44
export default function registerDocs(program: Command) {
55
program
66
.command("docs")
7-
.description("Open Azure Static Web Apps CLI documentations")
7+
.description("open Azure Static Web Apps CLI documentations")
88
.action(async () => {
99
await open("https://azure.github.io/static-web-apps-cli/");
1010
});

0 commit comments

Comments
 (0)