From 82b2bceb1edff41354be7c0935bda1bc2a522af1 Mon Sep 17 00:00:00 2001 From: OneNail <31649110+OneNail@users.noreply.github.com> Date: Tue, 1 Jun 2021 16:45:38 +0800 Subject: [PATCH] chore: typo (#3616) --- docs/guide/build.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/build.md b/docs/guide/build.md index dd1acfedc6db40..e2e18b2f5b5798 100644 --- a/docs/guide/build.md +++ b/docs/guide/build.md @@ -92,7 +92,7 @@ module.exports = { } ``` -If you specify a different root, remember that `__dirname` will still be the folder of your vite.config.js file when resolving the input paths. Therfore, you will need to add your `root` entry to the arguments for `resolve`. +If you specify a different root, remember that `__dirname` will still be the folder of your vite.config.js file when resolving the input paths. Therefore, you will need to add your `root` entry to the arguments for `resolve`. ## Library Mode