From ed79a1d4bf5ff1cbab1f4f25ab02a2d820d270ff Mon Sep 17 00:00:00 2001 From: Will Willems Date: Tue, 30 Apr 2024 11:51:53 +0200 Subject: [PATCH] docs: fix small typo (#26999) --- docs/1.getting-started/3.configuration.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/1.getting-started/3.configuration.md b/docs/1.getting-started/3.configuration.md index 1024c8e117..3dfd59f87e 100644 --- a/docs/1.getting-started/3.configuration.md +++ b/docs/1.getting-started/3.configuration.md @@ -135,7 +135,7 @@ Non primitive JS types | ❌ No | ✅ Yes ## External Configuration Files -Nuxt uses [`nuxt.config.ts`](/docs/guide/directory-structure/nuxt-config) file as the single source of trust for configurations and skips reading external configuration files. During the course of building your project, you may have a need to configure those. The following table highlights common configurations and, where applicable, how they can be configured with Nuxt. +Nuxt uses [`nuxt.config.ts`](/docs/guide/directory-structure/nuxt-config) file as the single source of truth for configurations and skips reading external configuration files. During the course of building your project, you may have a need to configure those. The following table highlights common configurations and, where applicable, how they can be configured with Nuxt. Name | Config File | How To Configure ---------------------------------------------|---------------------------|-------------------------