From afeb7ab6b3abb659d58c7092ef7ee173c64c5746 Mon Sep 17 00:00:00 2001 From: Matt Johnson Date: Mon, 23 Jan 2023 09:08:44 -0600 Subject: [PATCH] Fix markdown typo --- docs/development/jump-menu.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/jump-menu.md b/docs/development/jump-menu.md index d65ab966c..ef3982292 100644 --- a/docs/development/jump-menu.md +++ b/docs/development/jump-menu.md @@ -33,7 +33,7 @@ Item commands are comprised of the following: - `[commandTitle]` _(string)_ Unique command title used as key in global jumps array. Will be prefixed with `[addonName]:` so a command title in Assets of `editS3Source` will be `Assets:editS3Source` - `icon` _(string)_ FontAwesome format: `fa-file` -- `command` )(string)_ lowercase fuzzy-matched search text: `edit external source` +- `command` _(string)_ lowercase fuzzy-matched search text: `edit external source` - `command_title` _(string)_ Human-readable command title, shows up in results NOTE: Style Note: We use bold, italics, and brackets to denote keywords and actions to the user and urge you to use keep your commands in line with this style: