From 6cc0a9633736f30aebab32f19402037679663b61 Mon Sep 17 00:00:00 2001 From: Wendelin Niesl Date: Tue, 19 Aug 2025 19:38:59 +0300 Subject: [PATCH] Fix typo in net command (#4774) Signed-off-by: Wendelin Niesl --- .../content/en/operations/troubleshooting/common_issues.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/daprdocs/content/en/operations/troubleshooting/common_issues.md b/daprdocs/content/en/operations/troubleshooting/common_issues.md index 8d6294f6b..344ab6c2e 100644 --- a/daprdocs/content/en/operations/troubleshooting/common_issues.md +++ b/daprdocs/content/en/operations/troubleshooting/common_issues.md @@ -305,7 +305,7 @@ docker: Error response from daemon: Ports are not available: exposing port TCP 0 To resolve this error, open a command prompt in an elevated terminal and run: ```bash -nat stop winnat +net stop winnat dapr init net start winnat -``` \ No newline at end of file +```