style(GUI): minor fixes in comments (#1084)

This commit is contained in:
Ștefan Daniel Mihăilă 2017-02-07 23:31:30 +02:00 committed by Juan Cruz Viotti
parent 05fdd5cc29
commit f4c6597b3d
2 changed files with 2 additions and 2 deletions

View File

@ -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.

View File

@ -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: {