mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-21 21:25:11 +00:00
docs: fix typo in experimental features (#21663)
This commit is contained in:
parent
c66c82e6a0
commit
0eb69be137
@ -6,7 +6,7 @@ description: "Nuxt experimental features needs to be enabled manually."
|
||||
# Experimental Features
|
||||
|
||||
The Nuxt experimental features can be enabled in the Nuxt configuration file.
|
||||
Internally, Nuxt use `@nuxt/schema` to define these experimentatl features. You can refer to the [source code](https://github.com/nuxt/nuxt/blob/main/packages/schema/src/config/experimental.ts) for more information.
|
||||
Internally, Nuxt uses `@nuxt/schema` to define these experimental features. You can refer to the [API documentation](https://nuxt.com/docs/api/configuration/nuxt-config#experimental) or the [source code](https://github.com/nuxt/nuxt/blob/main/packages/schema/src/config/experimental.ts) for more information.
|
||||
|
||||
::alert{type=info icon=💡}
|
||||
Note that these features are experimental and could be removed or modified in the future.
|
||||
|
Loading…
Reference in New Issue
Block a user