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 b2c230faa2e5..8ee75af9f7b2 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 @@ -168,7 +168,7 @@ You can also use `..` to filter for an inclusive range. When working with a rang | field:VALUE..VALUE | **priority:1..3** will show items with a priority of 1, 2, or 3. | | **date:2022-01-01..2022-12-31** will show items from the year 2022. | | **points:\*..10** will show items with an points value of anything up to and including 10. -| | **iteration:"Iteration 1".."Iteration 4"** will show items in "Iteration 1", "Iteration 2", "Iteration 3", and "Iteration 4." +| | **iteration:"Iteration 1..Iteration 4"** will show items in "Iteration 1", "Iteration 2", "Iteration 3", and "Iteration 4." ## Filtering assignees and reviewers using keywords