Skip to content

Commit

Permalink
fixing typo (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
glitchassassin authored Oct 8, 2024
1 parent 1d08a1e commit 75fa0f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ createFromFetch(promise, { moduleBaseURL })
```

<callout-warning>
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
imports will be relative to that module. On the client, we're loading it from
[esm.sh](https://esm.sh), so we'll want to make sure we give the full URL to
our server including the origin.
Expand Down

0 comments on commit 75fa0f7

Please sign in to comment.