From a1bf6b589c1dee9bd15eebeb2b81d5d8fa1d6ac3 Mon Sep 17 00:00:00 2001 From: Maarten Mulders Date: Wed, 21 Sep 2022 05:22:16 +0200 Subject: [PATCH] Fix two typo's (#2812) Signed-off-by: Maarten Mulders Signed-off-by: Maarten Mulders --- .../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 0f5cb496f..59bad856a 100644 --- a/daprdocs/content/en/operations/troubleshooting/common_issues.md +++ b/daprdocs/content/en/operations/troubleshooting/common_issues.md @@ -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.