Skip to content

Commit 92ca792

Browse files
authored
Merge pull request #169 from arduino/Typo-correction
Correct some typo
2 parents 445c9fe + 5bea866 commit 92ca792

File tree

1 file changed

+7
-7
lines changed
  • content/hardware/04.pro/boards/portenta-x8/tutorials/out-of-the-box

1 file changed

+7
-7
lines changed

content/hardware/04.pro/boards/portenta-x8/tutorials/out-of-the-box/content.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ Type the password.
4343

4444
![Wifi password set up](assets/x8-oob-wifi-pass.png)
4545

46-
Once its connected you should see the Wi-Fi status dot in the bottom left turn green.
46+
Once it is connected, you should see the Wi-Fi status bullet in the bottom left turning green.
4747

4848
![Wifi connection done](assets/x8-oob-wifi-sucess.png)
4949

50-
***You can change your network by clicking on the button again and repeat the steps***
50+
***You can change your network by clicking on the button again and repeat the above steps***
5151

5252
## Connect to a Factory
5353

@@ -79,7 +79,7 @@ The next panel gives you a code that you need to copy.
7979

8080
![Device factory token](assets/x8-oob-factory-register.png)
8181

82-
Click on the "Complete registration" button from the Portenta X8 dashboard
82+
Click on the "Complete registration" button from the Portenta X8 dashboard
8383

8484
The button will open the foundries activation page. Paste your token on the prompt and press continue.
8585

@@ -93,7 +93,7 @@ Finally you will see a confirmation which means that your device now is attached
9393

9494
![Dashboard with a factory attached](assets/foundries-activation-success.png)
9595

96-
Once it is completed the factory button on the Portenta X8 dashboard will turn green.
96+
Once it is completed, the factory button on the Portenta X8 dashboard will turn green.
9797

9898
![Successful connection](assets/x8-oob-factory-success.png)
9999

@@ -113,7 +113,7 @@ You can check that your device is fully connected inside your factory by going t
113113

114114
![Foundries.io factory devices page](assets/foundries-factory-devices.png)
115115

116-
Then chose the device you want to check by clicking on its box and it will open its page.
116+
Then choose the device you want to check by clicking on its box and it will open its page.
117117

118118
![Foundries new device activation page](assets/foundries-activation-device-page.png)
119119

@@ -123,7 +123,7 @@ You have plenty of ways to communicate with your board, be it wirelessly or with
123123

124124
### ADB
125125

126-
First of all make sure you have the latest **Mbed OS Portenta Core**, which contains the adb program.
126+
First of all, make sure you have the latest **Mbed OS Portenta Core**, which contains the adb program.
127127
You can go to its directory inside the **Arduino15/packages/arduino/tools/adb/32.0.0**. To check the tool you can use your teminal and type `adb`, you should get feedback from the tool when typing this.
128128

129129
To know the list of devices that can be accessed type `adb devices`.
@@ -171,4 +171,4 @@ Make sure the name is not already being used on your Factory.
171171

172172
Run: `journalctl -f` to see what's going on on the device
173173

174-
![Real time tasks on CLI](assets/command-journalctl.png)
174+
![Real time tasks on CLI](assets/command-journalctl.png)

0 commit comments

Comments
 (0)