diff --git a/plugin_repository/api/maven_interface.md b/plugin_repository/api/maven_interface.md index 95709d8ce..0497b110e 100644 --- a/plugin_repository/api/maven_interface.md +++ b/plugin_repository/api/maven_interface.md @@ -36,7 +36,7 @@ repositories { } dependencies { - compile '.jetbrains.plugins::' // for the plugin from Stable channel + compile 'com.jetbrains.plugins::' // for the plugin from Stable channel compile '.com.jetbrains.plugins::' // for the plugin from non-default channel } ```