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,