Skip to content

Commit 35884fe

Browse files
[fix] typio in develop file
1 parent 3005245 commit 35884fe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/guides/nodejs/develop.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ Any changes to the application's source files on your local machine will now be
396396

397397
Try making a change to test hot reloading:
398398

399-
1. Open `src/client/components/TodoApp.tsx` in an IDE or text editor
399+
1. Open `src/client/components/TodoApp.tsx` in an IDE or text editor.
400400
1. Update the main heading text:
401401

402402
```diff
@@ -408,7 +408,7 @@ Try making a change to test hot reloading:
408408
+ </h1>
409409
```
410410

411-
1. Save the file and the Vite dev server will automatically reload the page with your changes
411+
1. Save the file and the Vite dev server will automatically reload the page with your changes.
412412

413413
**Debugging support:**
414414

@@ -451,7 +451,7 @@ You can connect a debugger to your application on port 9229. The Node.js inspect
451451
- Select "Attach to Docker Container" from the drop-down
452452
- Select the green play button or press F5
453453

454-
### Chrome DevTools (Alternative)
454+
### Chrome DevTools (alternative)
455455

456456
You can also use Chrome DevTools for debugging:
457457

0 commit comments

Comments
 (0)