Skip to content

Commit

Permalink
Clarify docs (this was confusing to me)
Browse files Browse the repository at this point in the history
  • Loading branch information
cee-chen committed Apr 7, 2024
1 parent d252eb1 commit 166fd1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src-docs/src/views/combo_box/combo_box_example.js
Original file line number Diff line number Diff line change
Expand Up @@ -496,8 +496,8 @@ export const ComboBoxExample = {
],
text: (
<p>
You can group options together. The groups <em>won&rsquo;t</em> match
against the search value.
You can group options together. The group labels <em>won&rsquo;t</em>{' '}
match against the search value.
</p>
),
props: { EuiComboBox, EuiComboBoxOptionOption },
Expand Down

0 comments on commit 166fd1d

Please sign in to comment.