Skip to content

Commit

Permalink
Typo fix for SLO burn rate rule edit page (#189110)
Browse files Browse the repository at this point in the history
Correct typo from `serverity` to `severity` for SLO burn rate rule edit page.

---------
Co-authored-by: kibanamachine <[email protected]>
  • Loading branch information
thbkrkr authored Jul 25, 2024
1 parent 447c629 commit c5a00f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ export function Dependencies({ currentRuleId, dependencies, onChange }: Dependen
<p>
{i18n.translate('xpack.slo.rules.dependencies.description', {
defaultMessage:
'Configure rule dependencies and designate the serverity action groups you want to use to suppress the current rule. For instance, if you choose to suppress on the "Critical" and "High" action groups, the current rule will abstain from executing any actions of its severity groups when the associated rule dependency breaches its threshold. Instead, it will execute a "Suppressed" action group in response to the dependency trigger.',
'Configure rule dependencies and designate the severity action groups you want to use to suppress the current rule. For instance, if you choose to suppress on the "Critical" and "High" action groups, the current rule will abstain from executing any actions of its severity groups when the associated rule dependency breaches its threshold. Instead, it will execute a "Suppressed" action group in response to the dependency trigger.',
})}
</p>
</EuiText>
Expand Down

0 comments on commit c5a00f6

Please sign in to comment.