Update plugins/cost-insights/src/alerts/KubernetesMigrationAlert.tsx

Co-authored-by: Adam Harvey <33203301+adamdmharvey@users.noreply.github.com>
This commit is contained in:
Ryan Vazquez
2021-01-25 20:59:48 -05:00
committed by GitHub
parent a79134c7f1
commit f19e4a5837
@@ -52,7 +52,7 @@ export interface MigrationAlert extends Alert {
* by status in a collapsed view below Alert Insights section and a badge will appear in Action Items
* showing the total alerts of that status.
*
* Default forms can be overriden by providing a valid React form component. Form components
* Default forms can be overridden by providing a valid React form component. Form components
* must return valid form elements, and accept a ref and onSubmit event handler. See /forms
* for example implementations. Custom forms must implement a corresponding event hook.
*/