From f4c6597b3dfabdb2f6e55f606f0524ea5bbcc1d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C8=98tefan=20Daniel=20Mih=C4=83il=C4=83?= Date: Tue, 7 Feb 2017 23:31:30 +0200 Subject: [PATCH] style(GUI): minor fixes in comments (#1084) --- lib/child-writer/cli.js | 2 +- lib/shared/robot.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/child-writer/cli.js b/lib/child-writer/cli.js index 4fa237cc..aff0f93f 100644 --- a/lib/child-writer/cli.js +++ b/lib/child-writer/cli.js @@ -86,7 +86,7 @@ exports.getArguments = (options) => { '--drive', options.device, - // Explicitly set the boolen flag in positive + // Explicitly set the boolean flag in positive // or negative way in order to be on the safe // side in case the Etcher CLI changes the // default value of these options. diff --git a/lib/shared/robot.js b/lib/shared/robot.js index 738b4997..fe09121b 100644 --- a/lib/shared/robot.js +++ b/lib/shared/robot.js @@ -74,7 +74,7 @@ exports.buildMessage = (title, data = {}) => { * * @example * const result = robot.parseMessage('{"command":"progress","data":{"foo":50}}'); - * console.log(message); + * console.log(result); * > { * > command: 'progress', * > data: {