Skip to content

Commit

Permalink
Index pattern creation flow - fix spelling (#71192)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattkime committed Jul 9, 2020
1 parent c3622e3 commit 9a38b7c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ export const Header = ({
<p>
<FormattedMessage
id="indexPatternManagement.createIndexPattern.description"
defaultMessage="An index pattern can match a single source, for example, {single}, or {multiple} data souces, {star}."
defaultMessage="An index pattern can match a single source, for example, {single}, or {multiple} data sources, {star}."
values={{
multiple: <strong>multiple</strong>,
single: <EuiCode>filebeat-4-3-22</EuiCode>,
Expand Down

0 comments on commit 9a38b7c

Please sign in to comment.