Chore: fix typo (#44188)

This commit is contained in:
Christopher Norris 2022-01-21 06:58:40 -08:00 committed by GitHub
parent d7683aaa17
commit f2da409703
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -64,7 +64,7 @@ export const CloudReceiverForm: FC<Props> = ({ existing, alertManagerSourceName,
<>
{!isVanillaAM && (
<Alert title="Info" severity="info">
Note that empty string values will be replaced with global defaults were appropriate.
Note that empty string values will be replaced with global defaults where appropriate.
</Alert>
)}
<ReceiverForm<CloudChannelValues>