diff --git a/src/reducers/alerts.js b/src/reducers/alerts.js index 3a1c7269818916ff104acc000a5ff7ee16f35b3c..a9b9693a0e1d31520440ca74c0ae978f9b863e01 100644 --- a/src/reducers/alerts.js +++ b/src/reducers/alerts.js @@ -12,7 +12,7 @@ const CLOSE_ALERTS_WITH_ID = 'scratch-gui/alerts/CLOSE_ALERTS_WITH_ID'; * * {bool} visible - whether the alerts are visible * {array} alertsList - list of alerts, each with properties: - * * alert type (required): one of AlertTypes + * * alertType (required): one of AlertTypes * * closeButton (optional): bool indicating that we should show close button * * content (optional): react element (a <FormattedMessage />) * * extentionId (optional): id string that identifies the extension