diff --git a/packages/create-block/lib/scaffold.js b/packages/create-block/lib/scaffold.js index 9e18dcc3e3d2ff..5f603ed346633a 100644 --- a/packages/create-block/lib/scaffold.js +++ b/packages/create-block/lib/scaffold.js @@ -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 ) {