diff --git a/topics/tutorials/build_system/creating_plugin_project.md b/topics/tutorials/build_system/creating_plugin_project.md
index 3f309ce92..ca5ee6ac6 100644
--- a/topics/tutorials/build_system/creating_plugin_project.md
+++ b/topics/tutorials/build_system/creating_plugin_project.md
@@ -21,7 +21,7 @@ Launch the New Project wizard via the File | New | P
It is also used for the Gradle property `rootProject.name` value in the project's settings.gradle.kts file.
For this example, enter `my_plugin`.
7. Select JDK 11.
- This JDK will be the default JRE used to run Gradle, and the JDK version used to compile the plugin Java sources.
+ This JDK will be the default JRE used to run Gradle, and the JDK version used to compile the plugin sources.
> Java 17 is required ([blog post](https://blog.jetbrains.com/platform/2022/08/intellij-project-migrates-to-java-17/) when targeting 2022.2 or later only.
>