From 301ff0b688420492232d6f37f82aa32bf6e9cfce Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Sat, 12 Nov 2022 12:05:02 -0800 Subject: [PATCH] docs: update docs --- docs/config/server-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/config/server-options.md b/docs/config/server-options.md index da75fc3a46a04a..89287fe53cf98a 100644 --- a/docs/config/server-options.md +++ b/docs/config/server-options.md @@ -242,7 +242,7 @@ createServer() - **Type:** `string | undefined` -Prepend this folder to http requests, for use when proxying vite as a subfolder. Should start and end with the `/` character. +Prepend this folder to http requests, for use when proxying vite as a subfolder. Should start with the `/` character. ## server.fs.strict