docs: fix typo for experimental.componentIslands (#23138)

This commit is contained in:
Manthankumar Satani 2023-09-12 11:59:44 +05:30 committed by GitHub
parent a4d8cad3cf
commit aa2c5c3df4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 `<NuxtIsland>` 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`