Fix typo in calendar events modal (#18255)

"remidiation" → "remediation"
This commit is contained in:
Rachael Shaw 2024-04-15 10:49:44 -05:00 committed by GitHub
parent a47f59ef36
commit 2da3ac368d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -254,7 +254,7 @@ const CalendarEventsModal = ({
error={formErrors.url}
tooltip="Provide a URL to deliver a webhook request to."
labelTooltipPosition="top-start"
helpText="A request will be sent to this URL during the calendar event. Use it to trigger auto-remidiation."
helpText="A request will be sent to this URL during the calendar event. Use it to trigger auto-remediation."
/>
<RevealButton
isShowing={showExamplePayload}