diff --git a/app.js b/app.js index 44e2f2260..9abab06d6 100644 --- a/app.js +++ b/app.js @@ -134,7 +134,7 @@ exports.startHttp = async ( app ) => { app.use( Sentry.Handlers.errorHandler( ) ) server.on( 'listening', ( ) => { - debug( `speckle:startup` )( ` 🚀 My name is Spockle Server, and I'm running at ${server.address().port}` ) + debug( `speckle:startup` )( ` 🚀 My name is Speckle Server, and I'm running at ${server.address().port}` ) } ) server.listen( port )