docs: fix small typo in nuxt.config.ts documentation (#23961)

This commit is contained in:
Jaap Roes 2023-10-26 18:00:51 +02:00 committed by GitHub
parent d9f1354c09
commit b7a18a5dc2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.