Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecote committed Nov 3, 2020
1 parent 5f1abc7 commit 893d255
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions x-pack/plugins/monitoring/common/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ export const LEGACY_ALERT_DETAILS = {
description: i18n.translate(
'xpack.monitoring.alerts.elasticsearchVersionMismatch.description',
{
defaultMessage: 'Alert when the cluster has mutliple versions of Elasticsearch.',
defaultMessage: 'Alert when the cluster has multiple versions of Elasticsearch.',
}
),
},
Expand All @@ -296,7 +296,7 @@ export const LEGACY_ALERT_DETAILS = {
defaultMessage: 'Logstash version mismatch',
}),
description: i18n.translate('xpack.monitoring.alerts.logstashVersionMismatch.description', {
defaultMessage: 'Alert when the cluster has mutliple versions of Logstash.',
defaultMessage: 'Alert when the cluster has multiple versions of Logstash.',
}),
},
[ALERT_NODES_CHANGED]: {
Expand Down

0 comments on commit 893d255

Please sign in to comment.