summaryrefslogtreecommitdiffstats
path: root/docs/de-DE/guide
diff options
context:
space:
mode:
authorMatan Kushner <hello@matchai.dev>2021-01-26 17:07:13 -0500
committerGitHub <noreply@github.com>2021-01-26 17:07:13 -0500
commitbea79619e06b22d9c819820d11c277cd88f0031d (patch)
treec2bb48a60013b58ae8647c1a4eef9dc67e724b54 /docs/de-DE/guide
parent762ad12698a6e94c6ee87ef6eb5ac9f08d25b40f (diff)
docs(i18n): New Crowdin updates (#2108)
Diffstat (limited to 'docs/de-DE/guide')
-rw-r--r--docs/de-DE/guide/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/de-DE/guide/README.md b/docs/de-DE/guide/README.md
index 70421a657..176267c44 100644
--- a/docs/de-DE/guide/README.md
+++ b/docs/de-DE/guide/README.md
@@ -196,7 +196,7 @@
Add the following to the end of `Microsoft.PowerShell_profile.ps1`. You can check the location of this file by querying the `$PROFILE` variable in PowerShell. Typically the path is `~\Documents\PowerShell\Microsoft.PowerShell_profile.ps1` or `~/.config/powershell/Microsoft.PowerShell_profile.ps1` on -Nix.
- ```sh
+ ```powershell
Invoke-Expression (&starship init powershell)
```