diff --git a/docs/API/content-type/listing-co.md b/docs/API/content-type/listing-co.md
index 44aaee6c..c7864ace 100644
--- a/docs/API/content-type/listing-co.md
+++ b/docs/API/content-type/listing-co.md
@@ -338,7 +338,7 @@ Filter types
| notEmpty | Object parameter exists and is not an empty string or array; the `filter` parameter is ignored. |
!!! Note
- The equals and notEquals filters allows passing multiple elements so that the results are equal to any of them, for examples:
+ The equals and notEquals filters allow passing multiple elements so that the results are equal to any of them, for examples:
`{"name":{"type":"equals", "filter":["product-1", "product-2"]}}`
or:
`{"name":{"type":"notEquals", "filter":["product-1", "product-2"]}}`