Typo fix for SLO burn rate rule edit page (#189110)

Correct typo from `serverity` to `severity` for SLO burn rate rule edit page.

---------
Co-authored-by: kibanamachine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Thibault Richard 2024-07-25 16:16:35 +02:00 committed by GitHub
parent 447c629975
commit c5a00f6858
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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>