action_system.md: "actions system" -> "Action System"

This commit is contained in:
Karol Lewandowski 2025-03-10 15:42:05 +01:00
parent 265d99d17b
commit 3a3a0a3d19

View File

@ -16,7 +16,7 @@ Adding custom actions to menus and toolbars. Implement and register actions, and
</tldr>
The actions system allows plugins to add their items to IntelliJ Platform-based IDE menus and toolbars.
The _Action System_ allows plugins to add their items to IntelliJ Platform-based IDE menus and toolbars.
For example, one of the action classes is responsible for the <ui-path>File | Open File...</ui-path> menu item and the <control>Open...</control> toolbar button.
Actions in the IntelliJ Platform require a [code implementation](#action-implementation) and must be [registered](#registering-actions).