diff --git a/basics/getting_started/publishing_plugin.md b/basics/getting_started/publishing_plugin.md index 4acc7fb9b..a9169aeea 100644 --- a/basics/getting_started/publishing_plugin.md +++ b/basics/getting_started/publishing_plugin.md @@ -7,9 +7,9 @@ When your plugin is ready, you can upload it to the [IntelliJ Plugin Repository] **To get your JetBrains account** 1. Open the [JetBrains Account Center](https://account.jetbrains.com) and click **Create Account**. -2. Fill in all fields in the **Create Jetbrains Account** form that opens and click **Register**. +2. Fill in all fields in the **Create JetBrains Account** form that opens and click **Register**. -**To upload your plugin to Intellij Plugin Repository** +**To upload your plugin to IntelliJ Plugin Repository** 1. [Login to IntelliJ Plugin Repository](https://plugins.jetbrains.com/author/me) with your personal JetBrains account. 2. On your Profile page that opens, click **Add new plugin**. diff --git a/intro/intellij_platform.md b/intro/intellij_platform.md index 011717560..d6549531c 100644 --- a/intro/intellij_platform.md +++ b/intro/intellij_platform.md @@ -20,7 +20,7 @@ Products built on the _IntelliJ Platform_ are composable applications, with the Plugins can extend the platform in lots of ways, from adding a simple menu item to adding support for a complete language, build system and debugger. A lot of the existing functionality in the _IntelliJ Platform_ is written as plugins that can be included or excluded depending on the needs of the end product. See the section on [Plugins](/basics.md) for more details. -The _Intellij Platform_ is a JVM application, written mostly in Java and Kotlin. You should be familiar with these languages, and associated tooling, in order to write plugins for products based on the _IntelliJ Platform_. At this time, it's not possible to extend the _IntelliJ Platform_ in non-JVM languages. +The _IntelliJ Platform_ is a JVM application, written mostly in Java and Kotlin. You should be familiar with these languages, and associated tooling, in order to write plugins for products based on the _IntelliJ Platform_. At this time, it's not possible to extend the _IntelliJ Platform_ in non-JVM languages. ## Open Source