spell_checking_strategy.md: fix link

This commit is contained in:
Karol Lewandowski 2022-09-27 17:23:23 +02:00
parent 3ed36050f6
commit 0f70979f8a

View File

@ -36,8 +36,7 @@ configuration file using the `com.intellij.spellchecker.support` extension point
## Run the Project
Run the project by using the Gradle
[runIde task](gradle_prerequisites.md#running-a-simple-gradle-based-intellij-platform-plugin).
Run the project by using the Gradle [`runIde`](creating_plugin_project.md#running-a-plugin-with-the-runide-gradle-task) task.
Open the <path>test.simple</path> file and make an intentional spelling mistake.
The IDE will highlight the error and suggest a quick fix.