From ef0790025087589e42536df98ffea02cb91bf6ab Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sun, 25 Feb 2024 00:30:06 +0900 Subject: [PATCH] Update index.ts documenation -> documentation --- plugins/gh-pages/src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/gh-pages/src/index.ts b/plugins/gh-pages/src/index.ts index 859a538fb..d0ff9011c 100644 --- a/plugins/gh-pages/src/index.ts +++ b/plugins/gh-pages/src/index.ts @@ -15,7 +15,7 @@ const required = t.interface({ }); const optional = t.partial({ - /** A command to build the documenation website */ + /** A command to build the documentation website */ buildCommand: t.string, /** The branch to push to */ branch: t.string,