Skip to content

Commit e15f2b0

Browse files
committed
Fixing spelling error in reload message.
1 parent b225815 commit e15f2b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/lib/gateway.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ Gateway.prototype.reload = (options) => {
179179
socket.sendMessage({command: 'reload'});
180180
socket.on('message', (success) => {
181181
if (success) {
182-
console.log('Reload Completed Succesfully');
182+
console.log('Reload Completed Successfully');
183183
} else {
184184
console.error('Reloading edgemicro was unsuccessful');
185185
}

0 commit comments

Comments
 (0)