summaryrefslogtreecommitdiffstats
path: root/docs/tr-TR
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2021-04-08 11:52:32 -0400
committerGitHub <noreply@github.com>2021-04-08 11:52:32 -0400
commit7a0046ed58803bc81008c7fbf1a37ef00ccfb7f2 (patch)
treeea9530b9e05888b727700e424efb5b34d15dd119 /docs/tr-TR
parent8af677c8117beb52e0c419eff1ed5d0102c86ae3 (diff)
docs(i18n): New Crowdin updates (#2559)
Diffstat (limited to 'docs/tr-TR')
-rw-r--r--docs/tr-TR/faq/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tr-TR/faq/README.md b/docs/tr-TR/faq/README.md
index f5c949629..fa6c98003 100644
--- a/docs/tr-TR/faq/README.md
+++ b/docs/tr-TR/faq/README.md
@@ -92,5 +92,5 @@ If Starship was installed using the `curl | bash` script, the following command
```sh
# Locate and delete the starship binary
-bash -c 'rm "$(which starship)"'
+sh -c 'rm "$(which starship)"'
```