We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b225815 + e15f2b0 commit 9fadc50Copy full SHA for 9fadc50
cli/lib/gateway.js
@@ -179,7 +179,7 @@ Gateway.prototype.reload = (options) => {
179
socket.sendMessage({command: 'reload'});
180
socket.on('message', (success) => {
181
if (success) {
182
- console.log('Reload Completed Succesfully');
+ console.log('Reload Completed Successfully');
183
} else {
184
console.error('Reloading edgemicro was unsuccessful');
185
}
0 commit comments