Skip to content

Commit c92493a

Browse files
Remove extra character
1 parent b1c5e86 commit c92493a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/development/jump-menu.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ The array of a Jump Menu command is comprised of the following keys:
4242

4343
- `commandArrayTitle` _(string)_ Unique command title used as key in global jumps array. Will be prefixed with the add-ons name so a command title in the add-on Assets of `editS3Source` will be `Assets:editS3Source`
4444
- `icon` _(string)_ FontAwesome format: `fa-file`
45-
- `command` )_(string)_ lowercase string to be fuzzy-matched when user is typing in jump menu: “edit external source”
45+
- `command` _(string)_ lowercase string to be fuzzy-matched when user is typing in jump menu: “edit external source”
4646
- `command_title` _(string)_ Language file array key for Human-readable command title, shows up in results if fuzzy-matched. *Please note, this should be in your Lang file.
4747

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

0 commit comments

Comments
 (0)