diff --git a/docs/faq/uninstalling.mdx b/docs/faq/uninstalling.mdx index db842fe2d..ca5dc07ea 100644 --- a/docs/faq/uninstalling.mdx +++ b/docs/faq/uninstalling.mdx @@ -21,7 +21,7 @@ The following table gives the default folder for each of these, by OS: | Operating System | Cache Path | Configuration Path | Data Path | |------------------|-----------------------------|----------------------------------|---------------------------| -| Linux | `$HOME/.cache/helm ` | `$HOME/.config/helm ` | `$HOME/.local/share/helm` | -| macOS | `$HOME/Library/Caches/helm` | `$HOME/Library/Preferences/helm` | `$HOME/Library/helm ` | -| Windows | `%TEMP%\helm ` | `%APPDATA%\helm ` | `%APPDATA%\helm` | +| Linux | `$HOME/.cache/helm` | `$HOME/.config/helm` | `$HOME/.local/share/helm` | +| macOS | `$HOME/Library/Caches/helm` | `$HOME/Library/Preferences/helm` | `$HOME/Library/helm` | +| Windows | `%TEMP%\helm` | `%APPDATA%\helm` | `%APPDATA%\helm` |