mirror of
https://github.com/electron/electron.git
synced 2026-01-10 16:08:06 -05:00
docs: use | instead of 'or' for docs (#18512)
This commit is contained in:
@@ -796,7 +796,7 @@ Returns `Object`:
|
||||
|
||||
### `app.setJumpList(categories)` _Windows_
|
||||
|
||||
* `categories` [JumpListCategory[]](structures/jump-list-category.md) or `null` - Array of `JumpListCategory` objects.
|
||||
* `categories` [JumpListCategory[]](structures/jump-list-category.md) | `null` - Array of `JumpListCategory` objects.
|
||||
|
||||
Sets or removes a custom Jump List for the application, and returns one of the
|
||||
following strings:
|
||||
|
||||
Reference in New Issue
Block a user