diff --git a/doc/queries.md b/doc/queries.md index 424e0d3183fd7a67a3e334b0d576f04eaabf5f41..224b59a0e32065b118eba422e77efdd81cc55c91 100644 --- a/doc/queries.md +++ b/doc/queries.md @@ -46,10 +46,10 @@ You can filter based on the bug's label. You can filter based on the bug's title. -| Qualifier | Example | -| --- | --- | -| `title:TITLE` | `title:Critical` matches bugs with the title `Critical` | -| | `title:"Typo in string"` matches bugs with the title `Typo in string` | +| Qualifier | Example | +| --- | --- | +| `title:TITLE` | `title:Critical` matches bugs with a title containing `Critical` | +| | `title:"Typo in string"` matches bugs with a title containing `Typo in string` | ### Filtering by missing feature