Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jrobbins committed Nov 5, 2024
1 parent f6986d8 commit 7ba2e8b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions client-src/elements/chromedash-search-help-dialog.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,10 @@ export class ChromedashSearchHelpDialog extends LitElement {
<ul>
<li>FIELD: One of the fields listed below.</li>
<li>
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.
</li>
<li>
VALUE(S): A single word, number, date, or enum value listed below.
Expand Down

0 comments on commit 7ba2e8b

Please sign in to comment.