Skip to content

Commit

Permalink
fixed typo of docs/Question/visibleIf.md (#7143)
Browse files Browse the repository at this point in the history
  • Loading branch information
Subash-Lamichhane committed Oct 14, 2023
1 parent aef311b commit 83cca28
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Question/visibleIf.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### The list of operators

| Operators | Desciption | Examples |
| Operators | Description | Examples |
| ----------------- | ------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------- |
| empty | returns true if the left operand is empty | `{questionName} empty` |
| notempty | returns true if the left operand is not empty | `{questionName} notempty` |
Expand All @@ -12,7 +12,7 @@
| <= lessorequal | returns true if the left operand equal or less than the second operand | `{questionName} <= 2, {questionName} lessorequal 'a'` |
| contains | return true if the left operand is an array and it contains a value of the second operand | `{questionName} contains 'a'` |
| notcontains | return true if the left operand is an array and it does not contain a value of the second operand | `{questionName} notcontains 'a'` |
| ! not | change the result of a condition to the oposite | `!({isLoayl} == 'yes')` |
| ! not | change the result of a condition to the opposite | `!({isLoayl} == 'yes')` |

### Logical operator

Expand Down

0 comments on commit 83cca28

Please sign in to comment.