diff --git a/packages/core/src/components/alert/alert.tsx b/packages/core/src/components/alert/alert.tsx index 34226ea166..5ee0e3fd47 100644 --- a/packages/core/src/components/alert/alert.tsx +++ b/packages/core/src/components/alert/alert.tsx @@ -62,7 +62,7 @@ export interface IAlertProps extends IOverlayLifecycleProps, IProps { icon?: IconName | MaybeElement; /** - * The intent to be applied to the confirm (right-most) button. + * The intent to be applied to the confirm (right-most) button and the icon (if provided). */ intent?: Intent;