diff --git a/topics/tutorials/custom_language_support/spell_checking_strategy.md b/topics/tutorials/custom_language_support/spell_checking_strategy.md index 5f6bc5cfd..0d79f9013 100644 --- a/topics/tutorials/custom_language_support/spell_checking_strategy.md +++ b/topics/tutorials/custom_language_support/spell_checking_strategy.md @@ -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 test.simple file and make an intentional spelling mistake. The IDE will highlight the error and suggest a quick fix.