Skip to content

Commit 3a98e2c

Browse files
authored
Update README.mdx
1 parent 42f9349 commit 3a98e2c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

exercises/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ application.
1414
The core of everything we'll be doing revolves around the
1515
[`Suspense`](https://react.dev/reference/react/Suspense) component and the
1616
[`use`](https://react.dev/reference/react/use) hook (we'll build our own
17-
version of this to really get how it works! The `Suspense` component
17+
version of this to really get how it works. The `Suspense` component
1818
enables you to declaratively tell React what to render while waiting for
1919
something to load. The `use` hook enables you to convert something async (a
2020
promise) into the resolved value.

0 commit comments

Comments
 (0)