Skip to content

Commit a35600c

Browse files
docs: fix setAutoResize typo (#13526)
1 parent 1c53640 commit a35600c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/api/src/webview.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ class Webview {
497497
* @example
498498
* ```typescript
499499
* import { getCurrentWebview } from '@tauri-apps/api/webview';
500-
* await getCurrentWebview().setAutoReisze(true);
500+
* await getCurrentWebview().setAutoResize(true);
501501
* ```
502502
*
503503
* @returns A promise indicating the success or failure of the operation.

0 commit comments

Comments
 (0)