You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -336,7 +336,7 @@ var config = new QueryKitConfiguration(config =>
336
336
337
337
## Error Handling
338
338
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:
340
340
341
341
* 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).
342
342
* An `UnknownFilterPropertyException` will be thrown if a property is not recognized during filtering
0 commit comments