Skip to content

Commit

Permalink
Fix typo: remove redundant backticks
Browse files Browse the repository at this point in the history
  • Loading branch information
0x5457 authored and mxcl committed Sep 6, 2024
1 parent 79174b4 commit eeac8ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@ Then there are a couple platform specific cache/data directories:
### macOS

```sh
rm -rf "${XDG_CACHE_HOME:-$HOME/Library/Caches}/pkgx"`
rm -rf "${XDG_DATA_HOME:-$HOME/Library/Application Support}"/pkgx`
rm -rf "${XDG_CACHE_HOME:-$HOME/Library/Caches}/pkgx"
rm -rf "${XDG_DATA_HOME:-$HOME/Library/Application Support}"/pkgx
```

### Non macOS
Expand Down

0 comments on commit eeac8ee

Please sign in to comment.