Skip to content

Commit c64909c

Browse files
authored
Update README.mdx
1 parent 3138cd1 commit c64909c

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
@@ -9,7 +9,7 @@ We're going to be learning about all things asynchronous with React. In web
99
applications, there's much you need to concern yourself with when it comes to
1010
asynchronous behavior. Primarily we'll be focusing on data fetching and assets
1111
like images, but you can apply this to any asynchronous behavior in your
12-
application.
12+
application (like requesting geolocation or webcam permissions).
1313

1414
The core of everything we'll be doing revolves around the
1515
[`Suspense`](https://react.dev/reference/react/Suspense) component and the

0 commit comments

Comments
 (0)