Skip to content

Commit 6cc0a96

Browse files
authored
Fix typo in net command (#4774)
Signed-off-by: Wendelin Niesl <[email protected]>
1 parent 5346088 commit 6cc0a96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

daprdocs/content/en/operations/troubleshooting/common_issues.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ docker: Error response from daemon: Ports are not available: exposing port TCP 0
305305
To resolve this error, open a command prompt in an elevated terminal and run:
306306

307307
```bash
308-
nat stop winnat
308+
net stop winnat
309309
dapr init
310310
net start winnat
311-
```
311+
```

0 commit comments

Comments
 (0)