From 5d52959964cfd0976c7143b68a3b1e4b3b935bad Mon Sep 17 00:00:00 2001 From: "@beer" <47961062+iiio2@users.noreply.github.com> Date: Mon, 13 Jan 2025 04:31:24 +0600 Subject: [PATCH] docs(config): capitalize text (#2987) --- docs/3.config/0.index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/3.config/0.index.md b/docs/3.config/0.index.md index 7c3f58cca9..79c59f1852 100644 --- a/docs/3.config/0.index.md +++ b/docs/3.config/0.index.md @@ -474,7 +474,7 @@ Output directories for production bundle. - Default: `true` for development and `false` for production. -**⚠️ Caution! This is an advanced configuration. things can go wrong if misconfigured.** +**⚠️ Caution! This is an advanced configuration. Things can go wrong if misconfigured.** ### `typescript` @@ -482,25 +482,25 @@ Default: `{ generateTsConfig: true }` ### `nodeModulesDirs` -**⚠️ Caution! This is an advanced configuration. things can go wrong if misconfigured.** +**⚠️ Caution! This is an advanced configuration. Things can go wrong if misconfigured.** Additional `node_modules` to search when resolving a module. By default user directory is added. ### `hooks` -**⚠️ Caution! This is an advanced configuration. things can go wrong if misconfigured.** +**⚠️ Caution! This is an advanced configuration. Things can go wrong if misconfigured.** nitro hooks. See [unjs/hookable](https://github.com/unjs/hookable) for more information. ### `commands` -**⚠️ Caution! This is an advanced configuration. things can go wrong if misconfigured.** +**⚠️ Caution! This is an advanced configuration. Things can go wrong if misconfigured.** Preview and deploy command hints are usually filled by deployment presets. ### `devErrorHandler` -**⚠️ Caution! This is an advanced configuration. things can go wrong if misconfigured.** +**⚠️ Caution! This is an advanced configuration. Things can go wrong if misconfigured.** A custom error handler function for development errors.