docs: fix setAutoResize typo (#13526)

This commit is contained in:
Tony
2025-05-29 17:54:22 +08:00
committed by GitHub
parent 1c53640ac3
commit a35600cbd7

View File

@@ -497,7 +497,7 @@ class Webview {
* @example
* ```typescript
* import { getCurrentWebview } from '@tauri-apps/api/webview';
* await getCurrentWebview().setAutoReisze(true);
* await getCurrentWebview().setAutoResize(true);
* ```
*
* @returns A promise indicating the success or failure of the operation.