Browse Source

docs: fix typo in `WebviewBuilder` (#9847)

wackbyte 1 year ago
parent
commit
f4d67818f8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/tauri/src/webview/mod.rs

+ 1 - 1
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:
   ///