docs: missing s

This commit is contained in:
julien huang 2023-09-02 20:34:14 +02:00
parent 6b34fd83a8
commit 007eceb97f

View File

@ -321,7 +321,7 @@ When rendering a server-only or island component, `<NuxtIsland>` makes a HTTP re
This means:
- A new Vue app will be created server-side to create the `NuxtIslandResponse`.
- You can't access to the island app context from your SSR app and you can't access to your SSR app context from the island component. Both are different context.
- Plugins will be ran for the island Vue app except those marked with `env.island: false` on an object plugin.
- Plugins will be ran for the island Vue app except those marked with `env.islands: false` on an object plugin.
You can access to an island context within an island component through `nuxtApp.ssrContext.islandContext`.