From ca2ffc89c90e2a24c2ff573332672e7d8d18a915 Mon Sep 17 00:00:00 2001 From: Karol Lewandowski Date: Mon, 13 Jan 2025 14:52:07 +0100 Subject: [PATCH] tool_windows.md: Fix typos --- topics/user_interface_components/tool_windows.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/topics/user_interface_components/tool_windows.md b/topics/user_interface_components/tool_windows.md index fd07ced53..7bbc71510 100644 --- a/topics/user_interface_components/tool_windows.md +++ b/topics/user_interface_components/tool_windows.md @@ -51,13 +51,13 @@ If the tool window of a plugin should not be displayed for all projects: -Implement `ToolwindowFactory.isApplicableAsync(Project)`. +Implement `ToolWindowFactory.isApplicableAsync(Project)`. -Implement `ToolwindowFactory.isApplicable(Project)`. +Implement `ToolWindowFactory.isApplicable(Project)`.