Skip to content

Commit b1b1d39

Browse files
fix table in readme
1 parent e333441 commit b1b1d39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ Option | Example | Description
112112
`element` | `'#id, select, [name=test]'` | Any jQuery element will do, this can be a select box, text field, checkbox, radio button, etc.
113113
`type` | `value` | Supported: `value`, `checked`. If set to value it will try to match the value of the element, if set to checked it will check if the element is selected.
114114
`operator` | `===` | The supported operators are dependent on the type you are using. For `value`: `===`, `!==`, `array`, `!array`. For `checked`: `is`, `!is`.
115-
`condition` | If the type is `value`, you can set a string here that matches based on the operator. If using `checked`, this option is not applicable.
115+
`condition` | `test_value` | If the type is `value`, you can set a string here that matches based on the operator. If using `checked`, this option is not applicable.
116116

117117
## Actions Options
118118

0 commit comments

Comments
 (0)