Fix two typo's (#2812)

Signed-off-by: Maarten Mulders <mthmulders@users.noreply.github.com>

Signed-off-by: Maarten Mulders <mthmulders@users.noreply.github.com>
This commit is contained in:
Maarten Mulders 2022-09-21 05:22:16 +02:00 committed by GitHub
parent c2d4088c71
commit a1bf6b589c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -230,9 +230,9 @@ This is usually due to one of the following issues
## Service invocation is failing and my Dapr service is missing an appId (macOS)
Some organizations will implement software that filters out all UPD traffic, which is what mDNS is based on. Mostly commonly, on MacOS, `Microsoft Content Filter` is the culprit.
Some organizations will implement software that filters out all UDP traffic, which is what mDNS is based on. Mostly commonly, on MacOS, `Microsoft Content Filter` is the culprit.
In order for mDNS to function properly, ensure `Micorosft Content Filter` is inactive.
In order for mDNS to function properly, ensure `Microsoft Content Filter` is inactive.
- Open a terminal shell.
- Type `mdatp system-extension network-filter disable` and hit enter.