Fix text highlight in docs (#1296)

This commit is contained in:
Simone Rubino 2024-08-01 16:17:08 +02:00 committed by GitHub
parent bc03b83c94
commit f8b0b11b0a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -394,7 +394,7 @@ They are declared in an "inputs" array and each input must have the following pr
- "description": Descriptive text shown to the user
- "default": Default value (Defaults to '' if not provided)
pickString` has an additional "options" property, which is an array of strings
`pickString` has an additional "options" property, which is an array of strings
or an array of option objects with label and value:
- [ "my value 1", "my value 2", "my value 3" ]