Skip to content

Commit 75fa0f7

Browse files
fixing typo (#16)
1 parent 1d08a1e commit 75fa0f7

File tree

1 file changed

+1
-1
lines changed
  • exercises/03.client-components/02.problem.module-resolution

1 file changed

+1
-1
lines changed

exercises/03.client-components/02.problem.module-resolution/README.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ createFromFetch(promise, { moduleBaseURL })
2727
```
2828

2929
<callout-warning>
30-
Because `react-server-dom-esm` is the one performing the dymamic import, all
30+
Because `react-server-dom-esm` is the one performing the dynamic import, all
3131
imports will be relative to that module. On the client, we're loading it from
3232
[esm.sh](https://esm.sh), so we'll want to make sure we give the full URL to
3333
our server including the origin.

0 commit comments

Comments
 (0)