diff --git a/topics/appendix/tools/ide_tooling/internal_actions/internal_ui_inspector.md b/topics/appendix/tools/ide_tooling/internal_actions/internal_ui_inspector.md
index ee86f6638..e5988d0c9 100644
--- a/topics/appendix/tools/ide_tooling/internal_actions/internal_ui_inspector.md
+++ b/topics/appendix/tools/ide_tooling/internal_actions/internal_ui_inspector.md
@@ -2,7 +2,7 @@
# Internal Actions – UI Inspector
-UI Inspector allows checking properties of a component selected in the frame of running IDE instance.
+UI Inspector allows checking properties of any UI component in the running IDE instance.
The _UI Inspector_ is a tool to interrogate elements of the IDE's UI to get an internal description of each element.
@@ -27,17 +27,17 @@ The _UI Inspector_ displays the icon details:
## `added-at` Property
-Sometimes, inspecting complex component's properties is not enough to understand how the component was created and configured.
+Sometimes, inspecting a complex component's properties is not enough to understand how the component was created and configured.
_UI Inspector_ gives the possibility of finding the code where the selected component was added, which makes it much easier to understand which APIs can be used to build custom components with similar complexity.
-To find the place were component was added, select the added-at property to show the stacktrace:
+To find the place where the component was added, select the added-at property to show the stack trace:

## Specific Component Properties
Various components used in the IntelliJ Platform expose additional properties.
-These can be useful to locate the underlying implementation, related Action, etc.
+These can be useful to locate the underlying implementation, related Action, and so on.
Custom Swing components can also provide additional properties via [`UiInspectorContextProvider`](%gh-ic%/platform/platform-api/src/com/intellij/internal/inspector/UiInspectorContextProvider.java) or its dedicated subclasses (2020.1 and later).
@@ -72,7 +72,7 @@ Enable Internal Actions | UI | Debugging Info in UI (2024.2+)
(View | Appearance | Details in Tree View in earlier versions)
in [Internal Mode](enabling_internal.md) to show Settings page `id` in the tree.
-Some additional properties are available when inspecting Settings dialog (2023.1+).
+Some additional properties are available when inspecting the Settings dialog (2023.1+).
> _UI Inspector_ must be invoked only after opening the Settings dialog.