Skip to content

Commit 4600c99

Browse files
Typo fix on the public search element (#555)
1 parent 41dddc7 commit 4600c99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/search.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ export class SearchElement extends LitElement {
193193
<ul>
194194
<li>
195195
<strong>Exact phrase</strong>: use double quotes to match a whole
196-
pharse: <code>"adding a subproject"</code>.
196+
phrase: <code>"adding a subproject"</code>.
197197
</li>
198198
<li>
199199
<strong>Prefix</strong>: use an asterisk at the end of any term to

0 commit comments

Comments
 (0)