From 0eb69be13759c5bd54af7f0e734dccfdf717d708 Mon Sep 17 00:00:00 2001 From: Vasily Kuzin Date: Tue, 20 Jun 2023 23:38:56 +0300 Subject: [PATCH] docs: fix typo in experimental features (#21663) --- docs/2.guide/3.going-further/1.experimental-features.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/2.guide/3.going-further/1.experimental-features.md b/docs/2.guide/3.going-further/1.experimental-features.md index 9477efe868..f7c14008ba 100644 --- a/docs/2.guide/3.going-further/1.experimental-features.md +++ b/docs/2.guide/3.going-further/1.experimental-features.md @@ -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.