Skip to content

Commit e4db87b

Browse files
authored
docs: head change to <head> in /reference/react-dom/components/index.md
[change here](https://react.dev/reference/react-dom/components#resource-and-metadata-components) I think this provides more clarity: ## before They are special in React because React can render them into the document head, ## after They are special in React because React can render them into the document <head>, ## becase
1 parent 790625f commit e4db87b

File tree

1 file changed

+1
-1
lines changed
  • src/content/reference/react-dom/components

1 file changed

+1
-1
lines changed

src/content/reference/react-dom/components/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ These built-in browser components let you load external resources or annotate th
4242
* [`<style>`](/reference/react-dom/components/style)
4343
* [`<title>`](/reference/react-dom/components/title)
4444

45-
They are special in React because React can render them into the document head, suspend while resources are loading, and enact other behaviors that are described on the reference page for each specific component.
45+
They are special in React because React can render them into the document `<head>`, suspend while resources are loading, and enact other behaviors that are described on the reference page for each specific component.
4646

4747
---
4848

0 commit comments

Comments
 (0)