fixed a speckle typo

This commit is contained in:
Gergő Jedlicska
2020-12-18 18:44:43 +01:00
parent 3bde239db0
commit 34e9c8256d
+1 -1
View File
@@ -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 )