From 1029980cd2f068cab0657c2879bb046f4a8a19fa Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Tue, 16 Aug 2022 09:28:15 +0200 Subject: [PATCH] docs: small tweaks --- docs/content/2.guide/2.features/9.server-routes.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content/2.guide/2.features/9.server-routes.md b/docs/content/2.guide/2.features/9.server-routes.md index 7f2e3be0a06..96f4025ad7a 100644 --- a/docs/content/2.guide/2.features/9.server-routes.md +++ b/docs/content/2.guide/2.features/9.server-routes.md @@ -40,7 +40,7 @@ Given the example above, the `/hello` route will be accessible at { You can use `nitro` key in `nuxt.config` to directly set [Nitro configuration](https://nitro.unjs.io/guide/config). ::alert{type=warning} -This is an advanced option. Custom config can affect production deployments, as configuration interface might change over time whenever Nitro is upgraded in semver-minor versions of Nuxt. +This is an advanced option. Custom config can affect production deployments, as the configuration interface might change over time when Nitro is upgraded in semver-minor versions of Nuxt. :: ```ts [nuxt.config.ts]