8000 docs: small tweaks · nuxt/nuxt@1f9b8ee · GitHub
[go: up one dir, main page]

Skip to content

Commit 1f9b8ee

Browse files
authored
docs: small tweaks
1 parent 234a2c8 commit 1f9b8ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/3.api/2.components/8.nuxt-island.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "<NuxtClientFallback>"
2+
title: "<NuxtIsland>"
33
description: "Nuxt provides `<NuxtIsland>` component to render a non-interactive component without any client JS"
44
---
55

@@ -43,8 +43,8 @@ Remote islands need `experimental.componentsIsland` to be `'local+remote'` in yo
4343

4444
Slots can be passed to an island component if declared.
4545

46-
Every slots are interactive since the parent component is the one providing it.
46+
Every slot is interactive since the parent component is the one providing it.
4747

4848
Some slots are reserved to `NuxtIsland` for special cases.
4949

50-
- **fallback**: Specify the content to be rendered if `NuxtIsland` fails to fetch the component.
50+
- **fallback**: Specify the content to be rendered before the island loads (if the component is lazy) or if `NuxtIsland` fails to fetch the component.

0 commit comments

Comments
 (0)
0