Skip to content

Commit d4a9a76

Browse files
Fix typo in server-components.md (#6829)
1 parent e69ec58 commit d4a9a76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/reference/rsc/server-components.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ For more info, see the docs for [Directives](/reference/rsc/directives).
198198
In the following example, the `Notes` Server Component imports an `Expandable` Client Component that uses state to toggle its `expanded` state:
199199
```js
200200
// Server Component
201-
import Exapandable from './Expandable';
201+
import Expandable from './Expandable';
202202

203203
async function Notes() {
204204
const notes = await db.notes.getAll();

0 commit comments

Comments
 (0)