Skip to content

Commit bae7b0f

Browse files
Apply suggestions from code review
Co-authored-by: Renat0Ribeir0 <[email protected]>
1 parent ab7ac28 commit bae7b0f

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

content/Software Support/IDE Settings/Uninstall-libraries-from-Arduino-IDE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ Learn how to uninstall Arduino libraries, whether through the Library Manager fo
88
In this article:
99

1010
* [Uninstall libraries using the Library Manager](#library-manager)
11-
* [Remove libraries manually using file manager](#file-manager)
11+
* [Remove libraries manually using the file manager](#file-manager)
1212

1313
---
1414

1515
## Uninstall libraries using the Library Manager{#library-manager}
1616

1717
The Library Manager in Arduino IDE 2 can be used to uninstall individual libraries:
1818

19-
1. Click the ![Library Manager button](img/symbol_library.png) **Library Manager** button or select _Tools > Manage Libraries..._ in the menu bar.
19+
1. Click the ![Library Manager button](img/symbol_library.png) **Library Manager** button in the sidebar, or select _Tools > Manage Libraries..._ in the menu bar.
2020

2121
2. Filter your search:
2222

@@ -27,7 +27,7 @@ The Library Manager in Arduino IDE 2 can be used to uninstall individual librari
2727

2828
3. Find the library in the search results. Note that the results are listed alphabetically.
2929

30-
4. Click the **Remove** Button
30+
4. Click the **Remove** button.
3131

3232
![Uninstalling the AlPlc_Opta library.](img/ide2-library-manager-uninstall.png)
3333

@@ -36,7 +36,7 @@ The Library Manager in Arduino IDE 2 can be used to uninstall individual librari
3636
> [!NOTE]
3737
> If a newer version of the library is available, the **Remove** button will be replaced by an **Update** button. To remove the library in this case, click the three dots in the top-right corner and select **Remove**.
3838
39-
## Remove libraries manually using file manager{#file-manager}
39+
## Remove libraries manually using the file manager{#file-manager}
4040

4141
This method allows you to remove many libraries at once. It works for all types of libraries and versions of Arduino IDE.
4242

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,20 +3,20 @@ title: "Add libraries to Arduino IDE"
33
id: 5145457742236
44
---
55

6-
Libraries are a collection of code that provide extra functionality for use in sketches, for example when working with hardware or manipulating data.
6+
Libraries are a collection of code that provide extra functionality for use in sketches, for example when working with hardware or manipulating data. Learn how to add libraries to Arduino IDE.
77

88
In this article:
99

10-
* [Using the Library manager](#library-manager)
11-
* [Importing a .zip Library](#zip-library)
10+
* [Using the Library Manager](#library-manager)
11+
* [Importing a .zip library](#zip-library)
1212
* [Manual installation](#manual-installation)
1313
* [Using installed libraries](#using-libraries)
1414

1515
---
1616

17-
## Using the Library manager{#library-manager}
17+
## Using the Library Manager{#library-manager}
1818

19-
1. **Do one of the following:**
19+
1. Do one of the following:
2020

2121
* In the menu bar, select _Tools > Manage Libraries..._
2222
* In IDE 2, you can also click on the ![Library Manager icon](img/symbol_library.png) button in the sidebar.
@@ -36,7 +36,7 @@ In this article:
3636
3737
---
3838

39-
## Importing a .zip Library{zip-library}
39+
## Importing a .zip library{zip-library}
4040

4141
1. In the menu bar, go to *Sketch > Include Library > Add .ZIP Library...*
4242

0 commit comments

Comments
 (0)