Skip to content

Commit ddd22a8

Browse files
authored
Merge pull request #64 from reactjs/sync-c2d61310
Sync with react.dev @ c2d6131
2 parents 81d78bb + 6f5625f commit ddd22a8

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

src/content/community/conferences.md

+5
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ October 18, 2024. In-person in Brussels, Belgium (hybrid event)
5555

5656
[Website](https://www.react.brussels/) - [Twitter](https://x.com/BrusselsReact)
5757

58+
### React Advanced London 2024 {/*react-advanced-london-2024*/}
59+
October 25 & 28, 2024. In-person in London, UK + online (hybrid event)
60+
61+
[Website](https://reactadvanced.com/) - [Twitter](https://x.com/reactadvanced)
62+
5863
### React Africa 2024 {/*react-africa-2024*/}
5964
November 29, 2024. In-person in Casablanca, Morocco (hybrid event)
6065

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ They are special in React because passing the `value` prop to them makes them *[
3434

3535
## Resource and Metadata Components {/*resource-and-metadata-components*/}
3636

37-
These bulit-in browser components let you load external resources or annotate the document with metadata:
37+
These built-in browser components let you load external resources or annotate the document with metadata:
3838

3939
* [`<link>`](/reference/react-dom/components/link)
4040
* [`<meta>`](/reference/react-dom/components/meta)

src/content/reference/react/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The React reference documentation is broken down into functional subsections:
1515
Programmatic React features:
1616

1717
* [Hooks](/reference/react/hooks) - Use different React features from your components.
18-
* [Components](/reference/react/components) - Documents built-in components that you can use in your JSX.
18+
* [Components](/reference/react/components) - Built-in components that you can use in your JSX.
1919
* [APIs](/reference/react/apis) - APIs that are useful for defining components.
2020
* [Directives](/reference/rsc/directives) - Provide instructions to bundlers compatible with React Server Components.
2121

0 commit comments

Comments
 (0)