From 1d0a1a321fe4ab180e0c3676f96a2fe0d4f2107c Mon Sep 17 00:00:00 2001 From: Alexander Zolotov Date: Mon, 8 Oct 2018 13:08:29 +0300 Subject: [PATCH] Fix typo --- plugin_repository/api/maven_interface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 } ```