Skip to content

Commit

Permalink
docs: correct spelling typo in README.mdx of RSCs (#1)
Browse files Browse the repository at this point in the history
* docs: correct spelling typo in README.mdx of RSCs

* docs: correct spelling in server-context README of server-components
  • Loading branch information
moelzanaty3 authored Apr 13, 2024
1 parent c0d5cbf commit 64d9ebb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion exercises/02.server-components/01.problem.rsc/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Once you have that done, you can restart your dev server and for any package
that has a special export for an RSC environment, Node will resolve to that
version of the package.

📜 You can learn more about the benefits of this decion from
📜 You can learn more about the benefits of this decision from
[the Server Module Conventions RSC](https://github.com/reactjs/rfcs/blob/main/text/0227-server-module-conventions.md)

## 👨‍💼 Continue
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import { AsyncLocalStorage } from 'node:async_hooks'

const userStorage = new AsyncLocalStorage()

// somwhere later in your code
// somewhere later in your code
const user = await getUser()
try {
userStorage.run(user, () => {
Expand Down

0 comments on commit 64d9ebb

Please sign in to comment.