From 251a77447fbfc03a741c9acc30d888a759b76b6d Mon Sep 17 00:00:00 2001 From: Ho Duc Hieu <150573299+hieu-jan@users.noreply.github.com> Date: Fri, 22 Dec 2023 23:08:29 +0900 Subject: [PATCH] docs: fix typo in installation guide --- docs/docs/guides/02-installation/01-mac.md | 2 +- docs/docs/guides/02-installation/02-windows.md | 4 ++-- .../guides/07-troubleshooting/01-stuck-on-broken-build.mdx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/docs/guides/02-installation/01-mac.md b/docs/docs/guides/02-installation/01-mac.md index d37f75548..1ef7638f7 100644 --- a/docs/docs/guides/02-installation/01-mac.md +++ b/docs/docs/guides/02-installation/01-mac.md @@ -76,7 +76,7 @@ rm -rf ~/Library/Caches/jan* ps aux | grep nitro ``` -Look for processes like "nitro" and "nitro_arm_64," and kill them one by one with: +Look for processes like "nitro" and "nitro_arm_64", and kill them one by one with: ```bash kill -9 diff --git a/docs/docs/guides/02-installation/02-windows.md b/docs/docs/guides/02-installation/02-windows.md index 7bf3cb0e9..388360adf 100644 --- a/docs/docs/guides/02-installation/02-windows.md +++ b/docs/docs/guides/02-installation/02-windows.md @@ -53,12 +53,12 @@ C:\Users\{username}\AppData\Local\Programs\Jan To uninstall Jan in Windows, use the [Windows Control Panel](https://support.microsoft.com/en-us/windows/uninstall-or-remove-apps-and-programs-in-windows-4b55f974-2cc6-2d2b-d092-5905080eaf98). -To remove all user data associated with Jan, you can delete the `/Jan` directory in Windows' [AppData directory](https://superuser.com/questions/632891/what-is-appdata). +To remove all user data associated with Jan, you can delete the `/jan` directory in Windows' [AppData directory](https://superuser.com/questions/632891/what-is-appdata). ```shell # Jan's User Data directory cd C:\Users\%USERNAME%\AppData\Roaming -rmdir /S Jan +rmdir /S jan ``` ## Troubleshooting diff --git a/docs/docs/guides/07-troubleshooting/01-stuck-on-broken-build.mdx b/docs/docs/guides/07-troubleshooting/01-stuck-on-broken-build.mdx index 1eb60c7bd..723a16bd5 100644 --- a/docs/docs/guides/07-troubleshooting/01-stuck-on-broken-build.mdx +++ b/docs/docs/guides/07-troubleshooting/01-stuck-on-broken-build.mdx @@ -70,7 +70,7 @@ The following steps will help you troubleshoot and resolve issues related to bro ```bash # You can delete the `/Jan` directory in Windows's AppData Directory by visiting the following path `%APPDATA%\Jan` cd C:\Users\%USERNAME%\AppData\Roaming - rmdir /S Jan + rmdir /S jan ```