docs: use | instead of 'or' for docs (#18512)
This commit is contained in:
parent
81ba491e53
commit
02dc1b266c
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue