Skip to content

Commit 0ce9f3c

Browse files
committed
corrected jsdoc property name
1 parent 7fef8ed commit 0ce9f3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/reducers/alerts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const CLOSE_ALERTS_WITH_ID = 'scratch-gui/alerts/CLOSE_ALERTS_WITH_ID';
1212
*
1313
* {bool} visible - whether the alerts are visible
1414
* {array} alertsList - list of alerts, each with properties:
15-
* * alert type (required): one of AlertTypes
15+
* * alertType (required): one of AlertTypes
1616
* * closeButton (optional): bool indicating that we should show close button
1717
* * content (optional): react element (a <FormattedMessage />)
1818
* * extentionId (optional): id string that identifies the extension

0 commit comments

Comments
 (0)