Skip to content

Commit cb51bcf

Browse files
authored
Fix the highlighting here
1 parent a767260 commit cb51bcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/deferred.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Let's take a dive into how to accomplish this.
6565

6666
Start by adding `<Await />` for your slow data requests where you'd rather render a fallback UI. Let's do that for our example above:
6767

68-
```jsx lines=[1,5,10,20-33]
68+
```jsx lines=[3,9,13,24-40]
6969
import {
7070
Await,
7171
defer,

0 commit comments

Comments
 (0)