Bug 1899939 - Fix typo in type of tab parameter to commands.onCommand. r=willdurand

Differential Revision: https://phabricator.services.mozilla.com/D212224
This commit is contained in:
Matthew Noorenberghe 2024-05-31 16:42:32 +00:00
Родитель 9a763b338a
Коммит b62bdbe0c9
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -107,7 +107,7 @@
},
{
"name": "tab",
"$ref": "tags.Tab",
"$ref": "tabs.Tab",
"optional": true,
"description": "Details of the $(ref:tabs.Tab) where the command was activated."
}