diff --git a/daprdocs/content/en/getting-started/install-dapr-selfhost.md b/daprdocs/content/en/getting-started/install-dapr-selfhost.md index f08b111357b..174bf6ded12 100644 --- a/daprdocs/content/en/getting-started/install-dapr-selfhost.md +++ b/daprdocs/content/en/getting-started/install-dapr-selfhost.md @@ -137,7 +137,7 @@ ls $HOME/.dapr {{% codetab %}} You can verify using either PowerShell or command line. If using PowerShell, run: ```powershell -explorer "$env:USERPROFILE.dapr" +explorer "$env:USERPROFILE\.dapr" ``` If using command line, run: