Skip to content

Commit

Permalink
Update scaffold.js (#43740)
Browse files Browse the repository at this point in the history
Minor string "bug" fix
  • Loading branch information
jonathanbossenger authored Aug 31, 2022
1 parent ec6bff8 commit bdb6a41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/create-block/lib/scaffold.js
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ module.exports = async (
success(
plugin
? `Done: WordPress plugin ${ title } bootstrapped in the ${ slug } directory.`
: `Done: Block "${ title }" bootstrapped in the ${ slug }directory.`
: `Done: Block "${ title }" bootstrapped in the ${ slug } directory.`
);

if ( plugin && wpScripts ) {
Expand Down

0 comments on commit bdb6a41

Please sign in to comment.