diff --git a/docs/3.api/2.components/8.nuxt-island.md b/docs/3.api/2.components/8.nuxt-island.md index 6368506ec1..639103c496 100644 --- a/docs/3.api/2.components/8.nuxt-island.md +++ b/docs/3.api/2.components/8.nuxt-island.md @@ -11,7 +11,7 @@ When rendering an island component, the content of the island component is stati Changing the island component props triggers a refetch of the island component to re-render it again. ::alert{type=warning} -This component is experimental and in order to use it you must enable the `experimental.componentsIsland` option in your `nuxt.config`. +This component is experimental and in order to use it you must enable the `experimental.componentIslands` option in your `nuxt.config`. :: ::alert{type=info} @@ -36,7 +36,7 @@ Server only components use `` under the hood - **type**: `string` ::alert{type=warning} -Remote islands need `experimental.componentsIsland` to be `'local+remote'` in your `nuxt.config`. +Remote islands need `experimental.componentIslands` to be `'local+remote'` in your `nuxt.config`. :: ## `Slots`