diff --git a/topics/basics/plugin_structure/plugin_extensions.md b/topics/basics/plugin_structure/plugin_extensions.md index 14a3a2b82..4cadf3181 100644 --- a/topics/basics/plugin_structure/plugin_extensions.md +++ b/topics/basics/plugin_structure/plugin_extensions.md @@ -61,7 +61,9 @@ See [](explore_api.md) for more information and strategies. -To clarify this procedure, consider the following sample section of the plugin.xml file that defines two extensions designed to access the `com.intellij.appStarter` and `com.intellij.projectTemplatesFactory` extension points in the IntelliJ Platform, +To clarify this procedure, consider the following sample section of the plugin.xml file that defines two extensions designed +to access the and +extension points in the IntelliJ Platform, and one extension to access the `another.plugin.myExtensionPoint` extension point in another plugin `another.plugin`: ```xml