5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-02 03:01:45 +08:00

docs: fix doc typos (#3119)

(cherry picked from commit acf55033e2e7dabb480fa3c00e18f945fcc18d93)
This commit is contained in:
Yong Hui 2023-12-12 17:38:30 +08:00 committed by GitHub
parent 5f412d0bfb
commit aaa65ff7c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -104,7 +104,7 @@ Go: `WindowIsNormal(ctx context.Context) bool`<br/> JS: `WindowIsNormal() bool`
Go: `WindowSetSize(ctx context.Context, width int, height int)`<br/> JS: `WindowSetSize(width: number, height: number)`
### WindowSetSize 获取窗口尺寸
### WindowGetSize 获取窗口尺寸
获取窗口的宽度和高度。

View File

@ -104,7 +104,7 @@ Go: `WindowIsNormal(ctx context.Context) bool`<br/> JS: `WindowIsNormal() bool`
Go: `WindowSetSize(ctx context.Context, width int, height int)`<br/> JS: `WindowSetSize(size: Size)`
### WindowSetSize 获取窗口尺寸
### WindowGetSize 获取窗口尺寸
获取窗口的宽度和高度。

View File

@ -104,7 +104,7 @@ Go: `WindowIsNormal(ctx context.Context) bool`<br/> JS: `WindowIsNormal() bool`
Go: `WindowSetSize(ctx context.Context, width int, height int)`<br/> JS: `WindowSetSize(width: number, height: number)`
### WindowSetSize 获取窗口尺寸
### WindowGetSize 获取窗口尺寸
获取窗口的宽度和高度。