Browse Source

docs: use | instead of 'or' for docs (#18512)

Samuel Attard 5 years ago
parent
commit
02dc1b266c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/app.md

+ 1 - 1
docs/api/app.md

@@ -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: