Skip to content

Commit

Permalink
Update index.ts
Browse files Browse the repository at this point in the history
documenation -> documentation
  • Loading branch information
eltociear committed Feb 24, 2024
1 parent 921976d commit ef07900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/gh-pages/src/index.ts
Expand Up @@ -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,
Expand Down

0 comments on commit ef07900

Please sign in to comment.