Skip to content

Commit

Permalink
Merge pull request #2437 from eltociear/patch-3
Browse files Browse the repository at this point in the history
Update index.ts
  • Loading branch information
hipstersmoothie committed Feb 24, 2024
2 parents ccd2092 + ef07900 commit f6af66b
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 f6af66b

Please sign in to comment.