Skip to content

Commit 117dfef

Browse files
Lalit3716jmcdo29
andauthored
Update content/first-steps.md
Co-authored-by: Jay McDoniel <[email protected]>
1 parent 2eba085 commit 117dfef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/first-steps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ $ npm run start
101101

102102
This command starts the app with the HTTP server listening on the port defined in the `src/main.ts` file. Once the application is running, open your browser and navigate to `http://localhost:3000/`. You should see the `Hello World!` message.
103103

104-
To watch changes in your files, you can run the following command to start the application:
104+
To watch for changes in your files, you can run the following command to start the application:
105105
```bash
106106
$ npm run start:dev
107107
```

0 commit comments

Comments
 (0)