Skip to content

Commit 9733df8

Browse files
ValmontechnoHans5958
authored andcommitted
Fix a typo
1 parent 0f0c757 commit 9733df8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/docs/reference/addon-manifest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ Sub-properties:
375375
- `table`: A list of elements, where the user can add custom elements, remove existing ones and change order of them
376376
- `select`: See `potential_values`
377377
- `default` (string, required) The default value for the option. A boolean, string, or number, depending on the specified type.
378-
- `desciption` (string, optional) The description for the option, shown as a tooltip.
378+
- `description` (string, optional) The description for the option, shown as a tooltip.
379379
- `min`/`max` (number, optional for `positive_integer`, `integer`, and `string` types only) For integers, the minimum/maximum value allowed, and for strings, the minimum/maximum allowed length of the value.
380380
- `potentialValues` (array of objects, required for `select` type only) Array of objects, with properties `id`, the value received from `addon.settings.get()`, and `name`, the user-visible option text.
381381
- `allowTransparency` (boolean, required for `color` type only) Whether the user should be allowed to enter transparent colors or not.

0 commit comments

Comments
 (0)