From 0ce9f3c409fdc191e6e1659973391acd1846d906 Mon Sep 17 00:00:00 2001
From: Ben Wheeler <wheeler.benjamin@gmail.com>
Date: Wed, 28 Nov 2018 16:35:45 -0800
Subject: [PATCH] corrected jsdoc property name

---
 src/reducers/alerts.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/reducers/alerts.js b/src/reducers/alerts.js
index 3a1c72698..a9b9693a0 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
-- 
GitLab