From 7aa1dca2d57dd656a1ad450f4ea5bd90c9d9a5d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20C=C3=A9bron?= Date: Tue, 5 Dec 2023 17:02:20 +0100 Subject: [PATCH] user_interface_components.md: fix typo --- topics/user_interface_components/user_interface_components.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/user_interface_components/user_interface_components.md b/topics/user_interface_components/user_interface_components.md index aa7f70276..27bbc1030 100644 --- a/topics/user_interface_components/user_interface_components.md +++ b/topics/user_interface_components/user_interface_components.md @@ -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. > -{title="Inspecting exiting UI"} +{title="Inspecting existing UI"}