Skip to content

Commit 6ccdf65

Browse files
authored
Merge pull request #66 from reactjs/sync-c2d61310
2 parents 2c0f46e + 571e39e commit 6ccdf65

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
@@ -140,6 +140,11 @@ October 18, 2024. In-person in Brussels, Belgium (hybrid event)
140140

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

143+
### React Advanced London 2024 {/*react-advanced-london-2024*/}
144+
October 25 & 28, 2024. In-person in London, UK + online (hybrid event)
145+
146+
[Website](https://reactadvanced.com/) - [Twitter](https://x.com/reactadvanced)
147+
143148
### React Africa 2024 {/*react-africa-2024*/}
144149
November 29, 2024. In-person in Casablanca, Morocco (hybrid event)
145150

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)