fix: readme

This commit is contained in:
ppetzold 2023-03-21 12:22:47 +01:00
parent f743358aad
commit b5b70b550a

View File

@ -387,7 +387,7 @@ const config: PaginateConfig<CatEntity> = {
// Enable individual operators on a column
id: [FilterOperator.EQ, FilterSuffix.NOT],
// Enable all operators on a single column
// Enable all operators on a column
age: true,
},
}