mirror of
https://github.com/tauri-apps/tauri.git
synced 2026-04-03 10:11:15 +02:00
docs: fix setAutoResize typo (#13526)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user