docs: style fixes (#45458)

* docs: fix code field

* docs: add missing space
This commit is contained in:
max54nj
2025-02-05 21:10:07 +01:00
committed by GitHub
parent 471b1a873d
commit c0282eb9c8
2 changed files with 2 additions and 2 deletions

View File

@@ -149,7 +149,7 @@ Possible values are:
focus, keyboard or mouse events, but you can use `globalShortcut` to receive
input sparingly.
* The `panel` type enables the window to float on top of full-screened apps
by adding the `NSWindowStyleMaskNonactivatingPanel` style mask,normally
by adding the `NSWindowStyleMaskNonactivatingPanel` style mask, normally
reserved for NSPanel, at runtime. Also, the window will appear on all
spaces (desktops).
* On Windows, possible type is `toolbar`.