Skip to content

Commit 195977b

Browse files
Apply suggestions from code review
Co-authored-by: Alessio Perugini <[email protected]>
1 parent dbd2498 commit 195977b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/configuration.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
- `downloads` - directory used to stage downloaded archives during Boards/Library Manager installations.
1010
- `user` - the equivalent of the Arduino IDE's ["sketchbook" directory][sketchbook directory]. Library Manager
1111
installations are made to the `libraries` subdirectory of the user directory. Users can manually install 3rd party
12-
platforms in the `hardware` subdirecotry of the user directory.
12+
platforms in the `hardware` subdirectory of the user directory.
1313
- `builtin.libraries` - the libraries in this directory will be available to all platforms without the need for the
1414
user to install them, but with the lowest priority over other installed libraries with the same name, it's the
1515
equivalent of the Arduino IDE's bundled libraries directory.

docs/platform-specification.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ In this latter case the version is omitted.
5252
We can also see that the vendor "arduino" has two supported architectures (AVR and SAM), while "foo" and "bar" have only
5353
AVR.
5454

55-
### Notes about the choosing the architecture name
55+
### Notes about choosing the architecture name
5656

5757
Architecture values are case sensitive (e.g. `AVR` != `avr`).
5858

0 commit comments

Comments
 (0)