Browse Source

docs: app.dock could be `undefined` (#20609)

Julio 5 years ago
parent
commit
96c4c48268
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/app.md

+ 1 - 1
docs/api/app.md

@@ -1303,7 +1303,7 @@ command line arguments that Chromium uses.
 
 ### `app.dock` _macOS_ _Readonly_
 
-A [`Dock`](./dock.md) object that allows you to perform actions on your app icon in the user's
+A [`Dock`](./dock.md) `| undefined` object that allows you to perform actions on your app icon in the user's
 dock on macOS.
 
 ### `app.isPackaged` _Readonly_