mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 07:17:18 +00:00
style(GUI): minor fixes in comments (#1084)
This commit is contained in:
parent
05fdd5cc29
commit
f4c6597b3d
@ -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.
|
||||
|
@ -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: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user