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 1d08a1e commit 75fa0f7Copy full SHA for 75fa0f7
exercises/03.client-components/02.problem.module-resolution/README.mdx
@@ -27,7 +27,7 @@ createFromFetch(promise, { moduleBaseURL })
27
```
28
29
<callout-warning>
30
- Because `react-server-dom-esm` is the one performing the dymamic import, all
+ Because `react-server-dom-esm` is the one performing the dynamic import, all
31
imports will be relative to that module. On the client, we're loading it from
32
[esm.sh](https://esm.sh), so we'll want to make sure we give the full URL to
33
our server including the origin.
0 commit comments