From b7a18a5dc2aef672f8aa0ad4146192452e1ee996 Mon Sep 17 00:00:00 2001 From: Jaap Roes Date: Thu, 26 Oct 2023 18:00:51 +0200 Subject: [PATCH] docs: fix small typo in nuxt.config.ts documentation (#23961) --- docs/2.guide/2.directory-structure/3.nuxt-config.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/2.guide/2.directory-structure/3.nuxt-config.md b/docs/2.guide/2.directory-structure/3.nuxt-config.md index 8d2259fc70..3d45578fff 100644 --- a/docs/2.guide/2.directory-structure/3.nuxt-config.md +++ b/docs/2.guide/2.directory-structure/3.nuxt-config.md @@ -39,4 +39,4 @@ The `.nuxtrc` file is a file that can be used to configure Nuxt with a fla synta ssr=false ``` -If prevent the properties in `.nuxtrc` file will overwrite the properties in the `nuxt.config` file. +If present the properties in `.nuxtrc` file will overwrite the properties in the `nuxt.config` file.