Skip to content

Commit aa199fd

Browse files
committed
or -> nor, syntax
1 parent 629c898 commit aa199fd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,11 +62,11 @@ configuration file.
6262

6363
- on Linux (and other Unix-based OS) is: if
6464
[`$XDG_CACHE_HOME`](https://specifications.freedesktop.org/basedir-spec/latest/#variables) is defined,
65-
`$XDG_CACHE_HOME/arduino`. Otherwise `${HOME}/.cache/arduino`.
65+
`$XDG_CACHE_HOME/arduino`. Otherwise `$HOME/.cache/arduino`.
6666
- on Windows is: `%LocalAppData%/arduino`
67-
- on MacOS is: `${HOME}/Library/Caches/arduino`
67+
- on MacOS is: `$HOME/Library/Caches/arduino`
6868

69-
If neither `$HOME` or `$XDG_CACHE_HOME` are defined, a temporary directory will be used.
69+
If neither `$HOME` nor `$XDG_CACHE_HOME` are defined, a temporary directory will be used.
7070

7171
- The `directories.data` default is OS-dependent:
7272

0 commit comments

Comments
 (0)