Skip to content

Commit d4270bd

Browse files
minor spelling update
1 parent 00ed93f commit d4270bd

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
@@ -428,7 +428,7 @@ Operator is a check which includes an array of different evaluation logic. Here
428428

429429
3. in-range: Check if the value of a specified element is in the given numeric range.
430430
- in-range: [20, 70]
431-
check if value is in range between 20 nad 70
431+
check if value is in range between 20 and 70
432432

433433
4. not-range: Check if the value of a specified element is outside of a given numeric range.
434434
- not-range: [5 , 40]

0 commit comments

Comments
 (0)