user_interface_components.md: fix typo

This commit is contained in:
Yann Cébron 2023-12-05 17:02:20 +01:00
parent 5da5edc6cc
commit 7aa1dca2d5

View File

@ -17,7 +17,7 @@ Using those components in your plugins will ensure that your plugin looks and wo
> Use [UI Inspector](internal_ui_inspector.md) to locate the underlying Swing component implementation or to inspect an existing UI at runtime. > Use [UI Inspector](internal_ui_inspector.md) to locate the underlying Swing component implementation or to inspect an existing UI at runtime.
> >
{title="Inspecting exiting UI"} {title="Inspecting existing UI"}
</snippet> </snippet>