diff --git a/topics/tutorials/code_inspections.md b/topics/tutorials/code_inspections.md index 03fe9c116..bb3d26110 100644 --- a/topics/tutorials/code_inspections.md +++ b/topics/tutorials/code_inspections.md @@ -126,7 +126,7 @@ Implicit in using [`LocalInspectionTool`](upsource:///platform/analysis-api/src/ If a short name is not provided by the plugin, the IntelliJ Platform computes one by removing `Inspection` suffix from the implementation class name. ### Inspection Unit Test - > Please note that running the test requires setting system property `idea.home.path` in `test {}` block of build.gradle. + > Please note that running the test requires setting system property `idea.home.path` in `test {}` block of `build.gradle``. > {type="note"}