diff --git a/docs/ARCHITECTURE.md b/docs/ARCHITECTURE.md index 7db7c9fc..c824d096 100644 --- a/docs/ARCHITECTURE.md +++ b/docs/ARCHITECTURE.md @@ -96,7 +96,7 @@ contains certain features to ease communication: - An environment variable called `ETCHER_CLI_ROBOT` option, which when set causes the Etcher CLI to output state in a way that can be easily - parser by a machine. + parsed by a machine. Summary ------- diff --git a/docs/CLI.md b/docs/CLI.md index 095fc607..57a2187b 100644 --- a/docs/CLI.md +++ b/docs/CLI.md @@ -48,7 +48,7 @@ The robot option ---------------- Setting the `ETCHER_CLI_ROBOT` environment variable allows other applications -to easily consume the output of the Etcher CLI in real-time When using the +to easily consume the output of the Etcher CLI in real-time. When using the `ETCHER_CLI_ROBOT` option, the `--yes` option is implicit, therefore you need to manually specify `--drive`.