Skip to content

Commit ce9341b

Browse files
authored
Merge pull request #1962 from dkarczmarski/fix-style-docs-faq-uninstalling-mdx
style: remove unnecessary spaces
2 parents 1423e6c + 6b3440e commit ce9341b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/faq/uninstalling.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ The following table gives the default folder for each of these, by OS:
2121

2222
| Operating System | Cache Path | Configuration Path | Data Path |
2323
|------------------|-----------------------------|----------------------------------|---------------------------|
24-
| Linux | `$HOME/.cache/helm ` | `$HOME/.config/helm ` | `$HOME/.local/share/helm` |
25-
| macOS | `$HOME/Library/Caches/helm` | `$HOME/Library/Preferences/helm` | `$HOME/Library/helm ` |
26-
| Windows | `%TEMP%\helm ` | `%APPDATA%\helm ` | `%APPDATA%\helm` |
24+
| Linux | `$HOME/.cache/helm` | `$HOME/.config/helm` | `$HOME/.local/share/helm` |
25+
| macOS | `$HOME/Library/Caches/helm` | `$HOME/Library/Preferences/helm` | `$HOME/Library/helm` |
26+
| Windows | `%TEMP%\helm` | `%APPDATA%\helm` | `%APPDATA%\helm` |
2727

0 commit comments

Comments
 (0)