diff --git a/content/issues/planning-and-tracking-with-projects/customizing-views-in-your-project/filtering-projects.md b/content/issues/planning-and-tracking-with-projects/customizing-views-in-your-project/filtering-projects.md
index 118d99a8bef8..b2c230faa2e5 100644
--- a/content/issues/planning-and-tracking-with-projects/customizing-views-in-your-project/filtering-projects.md
+++ b/content/issues/planning-and-tracking-with-projects/customizing-views-in-your-project/filtering-projects.md
@@ -159,7 +159,7 @@ You can use `>`, `>=`, `<`, and `<=` to compare number, date, and iteration fiel
| field:>VALUE
| **priority:>1** will show items with a priority greater than 1.
| field:>=VALUE
| **date:>=2022-06-01** will show items with a date of "2022-06-01" or later.
| field:<VALUE
| **iteration:<"Iteration 5"** will show items with an iteration before "Iteration 5."
-| field:>=VALUE
| **points:<=10** will show items with 10 or less points.
+| field:<=VALUE
| **points:<=10** will show items with 10 or less points.
You can also use `..` to filter for an inclusive range. When working with a range, `*` can be supplied as a wildcard operator.