From 98fe39b6fb118c7dce8943d5ead87c426a16bd16 Mon Sep 17 00:00:00 2001 From: Matyas Angyal Date: Fri, 1 Nov 2024 22:26:09 +0100 Subject: [PATCH] Reword custom dir section --- website/docs/Publishing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/Publishing.md b/website/docs/Publishing.md index 7b494bc..44e5833 100644 --- a/website/docs/Publishing.md +++ b/website/docs/Publishing.md @@ -65,7 +65,7 @@ Github Pages requires you to create a CNAME file in your website to host on a cu ## Custom build directory -You can set a custom build folder instead the default `build` if needed by passing the `--out-dir` argument to `moonwave build` command. +You can set a custom build directory instead of the default `build` if needed by passing the `--out-dir` argument to `moonwave build` command. ```sh moonwave --out-dir=custom_dir build