Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

Commit 19a8a23

Browse files
committed
Add missing 'can' word
1 parent 9edb13b commit 19a8a23

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

langs/en/tutorials/async_lazy/lesson.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ with:
99
const Greeting = lazy(() => import("./greeting"));
1010
```
1111

12-
This will likely still load too quickly to see. But you add a fake delay if you wish to make the loading more visible.
12+
This will likely still load too quickly to see. But you can add a fake delay if you wish to make the loading more visible.
1313

1414
```js
1515
const Greeting = lazy(async () => {

0 commit comments

Comments
 (0)