From a341e680fb3208f6bd5d6f9af986fb7bb8e655be Mon Sep 17 00:00:00 2001 From: "@beer" <47961062+iiio2@users.noreply.github.com> Date: Fri, 13 Sep 2024 17:43:07 +0600 Subject: [PATCH] docs: capitalize text (#28972) --- 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 49a0822ecb..f3805f283f 100644 --- a/docs/1.getting-started/3.configuration.md +++ b/docs/1.getting-started/3.configuration.md @@ -29,7 +29,7 @@ Every option is described in the **Configuration Reference**. You don't have to use TypeScript to build an application with Nuxt. However, it is strongly recommended to use the `.ts` extension for the `nuxt.config` file. This way you can benefit from hints in your IDE to avoid typos and mistakes while editing your configuration. :: -### Environment overrides +### Environment Overrides You can configure fully typed, per-environment overrides in your nuxt.config