From 02dc1b266c22be644bb7bb0467eb541678f0892a Mon Sep 17 00:00:00 2001 From: Samuel Attard Date: Thu, 30 May 2019 10:32:46 -0700 Subject: [PATCH] docs: use | instead of 'or' for docs (#18512) --- docs/api/app.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/app.md b/docs/api/app.md index f32322403531..ee9ab5da500e 100644 --- a/docs/api/app.md +++ b/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: