diff --git a/topics/tutorials/build_system/creating_plugin_project.md b/topics/tutorials/build_system/creating_plugin_project.md
index 5910f3211..a4e2fb9a0 100644
--- a/topics/tutorials/build_system/creating_plugin_project.md
+++ b/topics/tutorials/build_system/creating_plugin_project.md
@@ -36,10 +36,10 @@ Launch the New Project wizard via the File | New | P
See also [Kotlin for Plugin Developers](using_kotlin.md) for more information.
> Projects generated with IntelliJ IDEA 2023.1 or newer support both Kotlin and Java sources out of the box.
- > Project generator automatically creates \$PLUGIN_DIR\$/src/main/kotlin sources directory.
- > To add Java sources, create \$PLUGIN_DIR\$/src/main/java directory.
+ > The Project generator automatically creates \$PLUGIN_DIR\$/src/main/kotlin sources directory.
+ > To add Java sources, create the \$PLUGIN_DIR\$/src/main/java directory manually.
>
- {style="note"}
+ {style="note" title="Using Kotlin and Java sources"}
5. Provide the Group which is typically an inverted company domain (e.g. `com.example.mycompany`).
It is used for the Gradle property `project.group` value in the project's Gradle build script.