diff --git a/client-src/elements/chromedash-search-help-dialog.ts b/client-src/elements/chromedash-search-help-dialog.ts
index 0041a36905d..a1d93e186a9 100644
--- a/client-src/elements/chromedash-search-help-dialog.ts
+++ b/client-src/elements/chromedash-search-help-dialog.ts
@@ -139,10 +139,10 @@ export class ChromedashSearchHelpDialog extends LitElement {
- FIELD: One of the fields listed below.
-
- OPERATOR: Usually a colon, but it can be an inequality for
- numeric, date, or enum fields. The colon operator does
- case-insensitive matching of words within a text field, while
- an equals-sign does exact matching of an entire string value.
+ OPERATOR: Usually a colon, but it can be an inequality for numeric,
+ date, or enum fields. The colon operator does case-insensitive
+ matching of words within a text field, while an equals-sign does
+ exact matching of an entire string value.
-
VALUE(S): A single word, number, date, or enum value listed below.