Skip to content

Commit 0e4b255

Browse files
committed
updates
1 parent d91404c commit 0e4b255

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/app-service/configure-language-nodejs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ If you deploy your app by using Git, or by using zip packages [with build automa
133133
134134
`PRE_BUILD_COMMAND` and `POST_BUILD_COMMAND` are environment variables that are empty by default. To run pre-build commands, define `PRE_BUILD_COMMAND`. To run post-build commands, define `POST_BUILD_COMMAND`.
135135

136-
The following example specifies the two variables to a series of commands, separated by commas.
136+
The following example uses the two variables to specify a series of commands, separated by commas.
137137

138138
```azurecli-interactive
139139
az webapp config appsettings set --name <app-name> --resource-group <resource-group-name> --settings PRE_BUILD_COMMAND="echo foo, scripts/prebuild.sh"
@@ -371,7 +371,7 @@ When a working Node.js app behaves differently in App Service or has errors, try
371371
- Depending on your *package.json*, different packages might be installed for production mode (`dependencies` vs. `devDependencies`).
372372
- Certain web frameworks might deploy static files differently in production mode.
373373
- Certain web frameworks might use custom startup scripts when running in production mode.
374-
- Run your app in App Service in development mode. For example, in [MEAN.js](https://meanjs.org/), you can set your app to development mode in runtime by [setting the `NODE_ENV` app setting](configure-common.md).
374+
- Run your app in App Service in development mode. For example, in [MEAN.js](https://meanjs.org/), you can set your app to development mode at runtime by [setting the `NODE_ENV` app setting](configure-common.md).
375375

376376
::: zone pivot="platform-windows"
377377

0 commit comments

Comments
 (0)