Skip to content

Commit

Permalink
Update unstaged docs error message (#43953)
Browse files Browse the repository at this point in the history
  • Loading branch information
Mamaduka authored Sep 7, 2022
1 parent 2ae79f3 commit 0d0ed17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/api-docs/are-api-docs-unstaged.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const getUnstagedReadmes = () =>
'\n',
'Some API docs may be out of date:',
unstagedReadmes.toString(),
'Either build and stage them with npm run docs:blocks or continue with --no-verify.',
'Either build and stage them with npm run docs:build or continue with --no-verify.',
'\n'
)
);
Expand Down

0 comments on commit 0d0ed17

Please sign in to comment.