File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -396,7 +396,7 @@ Any changes to the application's source files on your local machine will now be
396396
397397Try 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.
4004001. 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
456456You can also use Chrome DevTools for debugging :
457457
You can’t perform that action at this time.
0 commit comments