Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/javascript/create-react-app.md
Original file line number Diff line number Diff line change
Expand Up @@ -450,6 +450,7 @@ You can leave the app running. As you make changes, the app automatically refres
<script type="module" defer src="/src/main.jsx"></script>
</head>
<body>
<main></main>

Copilot AI Apr 27, 2026

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In this HTML sample, the <main> line is indented differently than the surrounding <head>/<body> contents. Align the indentation with the rest of the snippet so readers who copy/paste get a consistently formatted index.html.

Suggested change
<main></main>
<main></main>

Copilot uses AI. Check for mistakes.
</body>
</html>
```
Expand Down