Skip to content

Commit 68c6acc

Browse files
Apply suggestions from code review
Co-authored-by: Renat0Ribeir0 <[email protected]>
1 parent 2c8fb69 commit 68c6acc

8 files changed

+9
-10
lines changed

content/About Arduino/My Arduino Account/Create-an-Arduino-account.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ There are two ways to sign up for an account:
5353

5454
![Email confirming account creation.](img/arduino-account-welcome-email.png)
5555

56-
> [!NOTE]
56+
> [!TIP]
5757
> If you don't see the email in your main inbox, please check the spam folder.
5858
5959
You can review your account and configure your account on [the profile page](https://id.arduino.cc/).

content/Arduino Cloud/Arduino SIM Card/What-are-the-credentials-for-the-Arduino-SIM-card.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ Here are the credentials for the Arduino Sim:
2525
</table>
2626

2727
> [!NOTE]
28-
> Note: Arduino Sim takes 24 hours to get activated after the registration and a confirmation email will be sent.
28+
> Arduino Sim takes 24 hours to get activated after the registration and a confirmation email will be sent.

content/Arduino Cloud/Cloud Editor/Import-your-sketchbook-and-libraries-to-the-Cloud-Editor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Arduino Cloud Editor allows you to import sketches and files in the following fo
1212
- Zipped folders containing sketches and libraries.
1313

1414
> [!NOTE]
15-
> Note: Make sure your libraries are in a folder called ‘libraries’. Be sure not to mix sketches and libraries in the same folder.
15+
> Make sure your libraries are in a folder called ‘libraries’. Be sure not to mix sketches and libraries in the same folder.
1616
1717
## Steps
1818

content/Hardware Support/MKR Family/What-are-the-conditions-of-the-Sigfox-Subscription-that-comes-with-the-MKR-Fox-1200.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ Every MKR FOX 1200 comes with a **free one-year subscription** to Sigfox data pl
88
In the first configuration example tutorial here: [Sigfoxfirstconfiguration](https://www.arduino.cc/en/Tutorial/SigFoxFirstConfiguration) you'll find the steps needed to register your board on the Sigfox network.
99

1010
> [!NOTE]
11-
> Note that the ID and PAC numbers required for the Sigfox subscription are preflashed into the MKRFOX1200 during the time of manufacture, and they can be found in the serial monitor after running the first configuration example.
11+
> The ID and PAC numbers required for the Sigfox subscription are preflashed into the MKRFOX1200 during the time of manufacture, and they can be found in the serial monitor after running the first configuration example.

content/Hardware Support/Shields and Carriers/How-to-calibrate-the-MKR-IoT-Carriers-temperature-sensor.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,9 @@ The MKR IoT Carrier is equipped with a [HTS221](https://www.arduino.cc/en/Refere
99

1010
Use another source to get the temperature of the room (e.g. Thermostat, Smartphone). Compare the temperature from your chosen source to the one of the HTS221 sensor by subtracting the two. Save the difference as your offset to be used for calibration adjustment.
1111

12-
> [!NOTE]
13-
> Temperature reading from secondary source 28°C and the HTS221 sensor is 23°C. Therefore, (28°C - 23°C = 5°C) offset = 5°C.
12+
**Example:** Temperature reading from secondary source 28°C and the HTS221 sensor is 23°C. Therefore, (28°C - 23°C = 5°C) offset = 5°C.
1413

15-
The above would indicate that the HTS221 sensor is 5°C less than the actual temperature; therefore, we will offset the difference in the following sections.
14+
The example above would indicate that the HTS221 sensor is 5°C less than the actual temperature; therefore, we will offset the difference in the following sections.
1615

1716
## 2. Calibrate the temperature
1817

content/Software Support/IDE Settings/Change-the-language-in-Arduino-IDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ Arduino IDE translations have been made through community contributions, and not
5555
* [Arduino IDE 2 translation project](https://www.transifex.com/arduino-1/ide2/)
5656

5757
> [!NOTE]
58-
> Note that some messages printed in the "Output" view are generated by 3rd party compilation and upload tools (e.g. AVRDUDE) and modifying the language preferences in Arduino IDE will not affect these.
58+
> Some messages printed in the "Output" view are generated by 3rd party compilation and upload tools (e.g. AVRDUDE) and modifying the language preferences in Arduino IDE will not affect these.
5959
6060
### If the language isn't changing
6161

content/Software Support/IDE Settings/How-to-update-the-core-of-your-Arduino-Board.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ Once the Boards Manager is open, search for the name of your board or the name o
1616
![Updating Core available](img/How_to_update_the_core_of_your_Arduino_board_1.png)
1717

1818
> [!NOTE]
19-
> Note: If `Update` is not visible this would indicate that you have an updated core and no further action would be needed.
19+
> If `Update` is not visible, this would indicate that you have an updated core, and no further action would be needed.
2020
2121
![Updating Core not available](img/How_to_update_the_core_of_your_Arduino_board_2.png)

content/Software Support/Installation/Add-libraries-to-Arduino-IDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ Learn how to add libraries to Arduino IDE.
6363
4. Restart Arduino IDE.
6464

6565
> [!NOTE]
66-
> Note that adding a library to the "libraries" folder in the sketchbook will override other previously installed library versions.
66+
> Adding a library to the "libraries" folder in the sketchbook will override other previously installed library versions.
6767
6868
---
6969

0 commit comments

Comments
 (0)