We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9edb13b commit 19a8a23Copy full SHA for 19a8a23
1 file changed
langs/en/tutorials/async_lazy/lesson.md
@@ -9,7 +9,7 @@ with:
9
const Greeting = lazy(() => import("./greeting"));
10
```
11
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.
+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.
13
14
```js
15
const Greeting = lazy(async () => {
0 commit comments