From bb8846efab8295e19c94f1f11b9a3aea2f69a9e9 Mon Sep 17 00:00:00 2001 From: Al Duncanson Date: Tue, 3 Sep 2024 05:17:38 -0400 Subject: [PATCH] docs: fix grammar in `TitleBarStyle` api config documentation (#10874) --- core/tauri-utils/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tauri-utils/src/lib.rs b/core/tauri-utils/src/lib.rs index 1e9627e18859..9c40968443ac 100644 --- a/core/tauri-utils/src/lib.rs +++ b/core/tauri-utils/src/lib.rs @@ -68,7 +68,7 @@ pub enum TitleBarStyle { /// Shows the title bar as a transparent overlay over the window's content. /// /// Keep in mind: - /// - The height of the title bar is different on different OS versions, which can lead to window the controls and title not being where you don't expect. + /// - The height of the title bar is different on different OS versions, which can lead to the window controls and title not being where you expect them to be. /// - You need to define a custom drag region to make your window draggable, however due to a limitation you can't drag the window when it's not in focus . /// - The color of the window title depends on the system theme. Overlay,