From f4d67818f8fe62b83f9ddb13e9e4adc8917caebd Mon Sep 17 00:00:00 2001 From: wackbyte Date: Tue, 21 May 2024 13:01:52 -0400 Subject: [PATCH] docs: fix typo in `WebviewBuilder` (#9847) --- core/tauri/src/webview/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/tauri/src/webview/mod.rs b/core/tauri/src/webview/mod.rs index 29967c0f6..f5289d219 100644 --- a/core/tauri/src/webview/mod.rs +++ b/core/tauri/src/webview/mod.rs @@ -733,7 +733,7 @@ fn main() { self } - /// Enable or disable incognito mode for the WebView.. + /// Enable or disable incognito mode for the WebView. /// /// ## Platform-specific: ///