Skip to content

Commit

Permalink
✏️[#414] fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Steven Bal <[email protected]>
  • Loading branch information
Coperh and stevenbal authored Aug 30, 2024
1 parent 322a5cb commit f4fb6b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/objects/api/constants.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ class Operators(models.TextChoices):
lt = "lt", _("lower than")
lte = "lte", _("lower than or equal to")
icontains = "icontains", _("case-insensitive partial match")
in_list = "in", _("in a list of values seperated by `|`")
in_list = "in", _("in a list of values separated by `|`")

0 comments on commit f4fb6b8

Please sign in to comment.