From e2a216e246a573a0ad6ee1a1aaf26ab7e84af4b2 Mon Sep 17 00:00:00 2001 From: Yossi Spektor Date: Mon, 10 Oct 2022 22:27:38 +0300 Subject: [PATCH] Fix MacOS external tools path. (#2878) Fix MacOS external tools path and grammar. Signed-off-by: Yossi Spektor Signed-off-by: Yossi Spektor --- .../content/en/developing-applications/ides/intellij.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/daprdocs/content/en/developing-applications/ides/intellij.md b/daprdocs/content/en/developing-applications/ides/intellij.md index 1bd3bf6e7..90c8158c2 100644 --- a/daprdocs/content/en/developing-applications/ides/intellij.md +++ b/daprdocs/content/en/developing-applications/ides/intellij.md @@ -47,7 +47,7 @@ For versions [2020.1](https://www.jetbrains.com/help/idea/2020.1/tuning-the-ide. {{% codetab %}} ```shell -~/Library/Application Support/JetBrains/IntelliJIdea2020.1/tools/ +~/Library/Application\ Support/JetBrains/IntelliJIdea2020.1/tools/ ``` {{% /codetab %}} @@ -58,7 +58,7 @@ For versions [2020.1](https://www.jetbrains.com/help/idea/2020.1/tuning-the-ide. Change the version of IntelliJ in the path if needed. -Create or edit the file in `/tools/External\ Tools.xml` (change IntelliJ version in path if needed). The `` is OS dependennt as seen above. +Create or edit the file in `/tools/External\ Tools.xml` (change IntelliJ version in path if needed). The `` is OS dependent as seen above. Add a new `` entry: @@ -150,4 +150,4 @@ Happy debugging! - [Change](https://intellij-support.jetbrains.com/hc/en-us/articles/206544519-Directories-used-by-the-IDE-to-store-settings-caches-plugins-and-logs) in IntelliJ configuration directory location - \ No newline at end of file +