Skip to content

Commit 9fadc50

Browse files
author
Matthew Dobson
authored
Merge pull request #87 from apigee-internal/fix-spelling-mistakes
Fixing spelling error in reload message.
2 parents b225815 + e15f2b0 commit 9fadc50

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)