Skip to content

Commit 7dd9adb

Browse files
authored
Update static-web-apps-cli.md for tense
1 parent 50cf904 commit 7dd9adb

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/static-web-apps/static-web-apps-cli.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ author: cjk7989
1515
|---|---|---|---|
1616
| [swa login](#swa-login) | Log in to Azure. | SWA Core | GA |
1717
| [swa init](#swa-init) | Configures a new Azure Static Web Apps project. | SWA Core | GA |
18-
| [swa build](#swa-build) | Builds the application. If you have a Node.js application, it will install dependencies first. | SWA Core | GA |
18+
| [swa build](#swa-build) | Builds the application. If you have a Node.js application, it installs dependencies first. | SWA Core | GA |
1919
| [swa start](#swa-start) | Start the Azure Static Web Apps emulator from a directory or bind to a running dev server. | SWA Core | GA |
2020
| [swa deploy](#swa-deploy) | Deploy the current project to Azure Static Web Apps. | SWA Core | GA |
2121
| [swa db](#swa-db) | Generate and edit your Static Web Apps database connections configuration. | SWA Core | GA |
@@ -104,7 +104,7 @@ ___[Global Parameters](#global-parameters)___
104104

105105
Configures a new Azure Static Web Apps project.
106106

107-
Configures a new Azure Static Web Apps project with the Static Web Apps CLI. Interactive mode prompts you for a configuration name, will detect your project settings and the frameworks used. Once complete, a new static web app is created and a swa-cli.config.json file is generated in the current directory.
107+
Configures a new Azure Static Web Apps project with the Static Web Apps CLI. Interactive mode prompts you for a configuration name, detects your project settings and the frameworks used. Once complete, a new static web app is created and a `swa-cli.config.json` file is generated in the current directory.
108108

109109
You can run `swa init` multiple times to create different configurations for your project. You may want to do this if you're working on a monorepo and want to configure different projects.
110110

@@ -166,7 +166,7 @@ ___[Global Parameters](#global-parameters)___
166166

167167
## swa build
168168

169-
Builds the application. If you have a Node.js application, it will install dependencies first.
169+
Builds the application. If you have a Node.js application, it installs dependencies first.
170170

171171
Common use cases include: installing dependencies for the front-end app and API and running the build commands for both, only building the front-end or API project if the other doesn't have a build step.
172172

@@ -301,7 +301,7 @@ Then access the application with the emulated services from `http://localhost:42
301301

302302
### Serve both the front-end app and API
303303

304-
If your project includes API functions, the CLI will check if the Azure Functions Core Tools are installed and available. If not, the CLI will download and install the right version of the Azure Functions Core Tools.
304+
If your project includes API functions, the CLI checks if the Azure Functions Core Tools are installed and available. If not, the CLI downloads and install the right version of the Azure Functions Core Tools.
305305

306306
#### Start the API server automatically
307307

@@ -620,7 +620,7 @@ ___[Global Parameters](#global-parameters)___
620620

621621
Generate and edit your Static Web Apps database connections configuration.
622622

623-
Use `swa db init` to generate a sample *swa-db-connections* folder, along with a *staticwebapp.database.config.json* configuration file. If you are using a Cosmos DB for NoSQL database, this will also generate a sample *staticwebapp.database.schema.gql* schema file.
623+
Use `swa db init` to generate a sample _swa-db-connections_ folder, along with a `staticwebapp.database.config.json` configuration file. If you are using a Cosmos DB for NoSQL database, this also generates a sample `staticwebapp.database.schema.gql` schema file.
624624

625625
### Syntax
626626

0 commit comments

Comments
 (0)