Skip to content

Commit

Permalink
remove douple description from commands.update()
Browse files Browse the repository at this point in the history
  • Loading branch information
jobisoft committed Jan 4, 2021
1 parent c41473d commit 0ac6c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion overlay/commands.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"parameters": [
{
"name": "detail",
"type": "object",
"description": "",
"properties": {
"shortcut": {
"description": "An empty string to clear the shortcut, or a string matching the format of the `commands manifest.json key <https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/commands>`_ to set a new shortcut key. If the string does not match this format, the function throws an error."
Expand Down

0 comments on commit 0ac6c10

Please sign in to comment.