From 4195221eb7178ae149b3d0ef9aa9baa944942cba Mon Sep 17 00:00:00 2001 From: Nicolas Sutter Date: Tue, 10 Sep 2024 15:53:09 +0200 Subject: [PATCH] docs: fix "nitro documentation" typo in `defineConfig` docs (#872) --- src/routes/solid-start/reference/config/define-config.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/routes/solid-start/reference/config/define-config.mdx b/src/routes/solid-start/reference/config/define-config.mdx index 93312c778..9609759c3 100644 --- a/src/routes/solid-start/reference/config/define-config.mdx +++ b/src/routes/solid-start/reference/config/define-config.mdx @@ -46,7 +46,7 @@ export default defineConfig({ SolidStart uses [Nitro](https://nitro.unjs.io/) to run on a number of platforms. The `server` option exposes some Nitro options including the build and deployment presets. -An overview of all available presets is available in the [Deploy section of the Nitro documumentation](https://nitro.unjs.io/deploy). +An overview of all available presets is available in the [Deploy section of the Nitro documentation](https://nitro.unjs.io/deploy). Some common ones include: