Skip to content

Commit 1f67a0b

Browse files
committed
staged review
1 parent 0bd328f commit 1f67a0b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

articles/app-service/app-service-web-get-started-nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ In a terminal window, navigate to the root directory of the sample Node.js proje
4747

4848
## Run the app locally
4949

50-
Run the application locally so that you see how it should look when you deploy it to Azure. Open a terminal window and using the `npm start` script to launch the built in Node.js HTTP server.
50+
Run the application locally so that you see how it should look when you deploy it to Azure. Open a terminal window and use the `npm start` script to launch the built in Node.js HTTP server.
5151

5252
```bash
5353
npm start

articles/app-service/app-service-web-get-started-php.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ cd php-docs-hello-world
4949

5050
## Run the app locally
5151

52-
Run the application locally so that you see how it should look when you deploy it to Azure. Open a terminal window and using the `php` command to launch the built-in PHP web server.
52+
Run the application locally so that you see how it should look when you deploy it to Azure. Open a terminal window and use the `php` command to launch the built-in PHP web server.
5353

5454
```bash
5555
php -S localhost:8080

articles/app-service/containers/quickstart-php.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ cd php-docs-hello-world
4949

5050
## Run the app locally
5151

52-
Run the application locally so that you see how it should look when you deploy it to Azure. Open a terminal window and using the `php` command to launch the built-in PHP web server.
52+
Run the application locally so that you see how it should look when you deploy it to Azure. Open a terminal window and use the `php` command to launch the built-in PHP web server.
5353

5454
```bash
5555
php -S localhost:8080

0 commit comments

Comments
 (0)