Skip to content

Commit fd70240

Browse files
authored
Docs: README typos
1 parent ee88dc0 commit fd70240

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ There's a wide variety of comparison operators that use the same base syntax as
100100
| Name | Operator | Case Insensitive Operator |
101101
| --------------------- | -------- | ------------------------- |
102102
| Equals | == | ==* |
103-
| Not Equals | != | != |
103+
| Not Equals | != | !=* |
104104
| Greater Than | > | N/A |
105105
| Less Than | < | N/A |
106106
| Greater Than Or Equal | >= | N/A |
@@ -336,7 +336,7 @@ var config = new QueryKitConfiguration(config =>
336336
337337
## Error Handling
338338
339-
If you want to capture errors to easily throw a `400`, you can add error handling aronud these exceptions:
339+
If you want to capture errors to easily throw a `400`, you can add error handling around these exceptions:
340340
341341
* A `FilterParsingException` will be thrown when there is an invalid operator or bad syntax is used (e.g. not using double quotes around a string or guid).
342342
* An `UnknownFilterPropertyException` will be thrown if a property is not recognized during filtering

0 commit comments

Comments
 (0)