Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Alessio Perugini <[email protected]>
  • Loading branch information
cmaglie and alessio-perugini authored Nov 21, 2024
1 parent dbd2498 commit 195977b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- `downloads` - directory used to stage downloaded archives during Boards/Library Manager installations.
- `user` - the equivalent of the Arduino IDE's ["sketchbook" directory][sketchbook directory]. Library Manager
installations are made to the `libraries` subdirectory of the user directory. Users can manually install 3rd party
platforms in the `hardware` subdirecotry of the user directory.
platforms in the `hardware` subdirectory of the user directory.
- `builtin.libraries` - the libraries in this directory will be available to all platforms without the need for the
user to install them, but with the lowest priority over other installed libraries with the same name, it's the
equivalent of the Arduino IDE's bundled libraries directory.
Expand Down
2 changes: 1 addition & 1 deletion docs/platform-specification.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ In this latter case the version is omitted.
We can also see that the vendor "arduino" has two supported architectures (AVR and SAM), while "foo" and "bar" have only
AVR.

### Notes about the choosing the architecture name
### Notes about choosing the architecture name

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

Expand Down

0 comments on commit 195977b

Please sign in to comment.