From ae8062d12106f4151457b950d6130297566cc3c2 Mon Sep 17 00:00:00 2001 From: Bill Wilder Date: Sun, 18 Aug 2024 14:50:27 -0400 Subject: [PATCH] Fix swa.md typo "shorcut" => "shortcut" --- docs/www/docs/cli/swa.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/www/docs/cli/swa.md b/docs/www/docs/cli/swa.md index a8b59e65..707817e3 100644 --- a/docs/www/docs/cli/swa.md +++ b/docs/www/docs/cli/swa.md @@ -19,7 +19,7 @@ This is the commandline utility for streamlining local development for Azure Sta - start emulator or bind to dev server - deploy project to Azure Static Web Apps -If you don't enter any command and run `swa`, it will act as a macro command shorcut for `swa init`, `swa build`, `swa login` and `swa deploy`. The `swa init` command will only be executed if the `swa-cli.config.json` does not exist in the current folder. +If you don't enter any command and run `swa`, it will act as a macro command shortcut for `swa init`, `swa build`, `swa login` and `swa deploy`. The `swa init` command will only be executed if the `swa-cli.config.json` does not exist in the current folder. The best way to get started is to use the `swa` command and follow the interactive prompts.