Skip to content

Commit 77dd206

Browse files
committed
[skip changelog] Correct configuration key name in documentation
Previously, this reference to Arduino CLI's `directories.downloads` configuration key misspelled the name as "directories.download".
1 parent faf79a7 commit 77dd206

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/configuration.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,8 @@ configuration file.
6464
- on Windows is: `{HOME}/AppData/Local/Arduino15`
6565
- on MacOS is: `{HOME}/Library/Arduino15`
6666

67-
- The `directories.download` default is `{directories.data}/staging`. If the value of `{directories.data}` is changed in
68-
the configuration the user-specified value will be used.
67+
- The `directories.downloads` default is `{directories.data}/staging`. If the value of `{directories.data}` is changed
68+
in the configuration the user-specified value will be used.
6969

7070
- The `directories.user` default is OS-dependent:
7171
- on Linux (and other Unix-based OS) is: `{HOME}/Arduino`

0 commit comments

Comments
 (0)