Skip to content

Commit ef57bc0

Browse files
authored
Apply suggestions from code review
1 parent 5a0d8e7 commit ef57bc0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

content/software/app-lab/tutorials/03.cli/apps-lab-cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,9 @@ arduino-app-cli board set-name "my-board"
180180

181181
This will change the name of the board, which will take effect after resetting the board.
182182

183-
## System configuration and updates
183+
## System Configuration and Updates
184184

185-
The `system` command allows you to manage system configuration and updates your board.
185+
The `system` command allows you to manage system configurations and updates on your board.
186186

187187
To check for updates, run:
188188

@@ -197,7 +197,7 @@ To enable or disable the network mode, use:
197197
arduino-app-cli system network enable/disable
198198
```
199199

200-
Network mode will enable ssh and allow to connect to the board over the network.
200+
Network mode will enable SSH and allows clients to connect to the board over a local network.
201201

202202
Finally, you can gain back some storage space by cleaning up unused containers and images by running:
203203

0 commit comments

Comments
 (0)