Skip to content

Commit

Permalink
fix(docs): typo in interface references (refinedev#5617)
Browse files Browse the repository at this point in the history
  • Loading branch information
kingofsevens authored Feb 8, 2024
1 parent 4232cf3 commit 642ad86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/docs/core/interface-references/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ type CrudOperators =
| "containss" // Contains, case sensitive
| "ncontainss" // Doesn't contain, case sensitive
| "between" // Between
| "nbetween" // Doesn't between
| "nbetween" // Not between
| "null" // Is null
| "nnull" // Is not null
| "startswith" // Starts with
Expand Down

0 comments on commit 642ad86

Please sign in to comment.