We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0603190 commit 7ed3344Copy full SHA for 7ed3344
src/cli/commands/docs.ts
@@ -4,7 +4,7 @@ import open from "open";
4
export default function registerDocs(program: Command) {
5
program
6
.command("docs")
7
- .description("Open Azure Static Web Apps CLI documentations")
+ .description("open Azure Static Web Apps CLI documentations")
8
.action(async () => {
9
await open("https://azure.github.io/static-web-apps-cli/");
10
});
0 commit comments