diff --git a/src/state/actions/manifest.js b/src/state/actions/manifest.js
index a26e8998113559d6fd69291e4bd264c848c437b8..52b348ee580c106e3d3023e635eeb84e8794b41c 100644
--- a/src/state/actions/manifest.js
+++ b/src/state/actions/manifest.js
@@ -18,7 +18,7 @@ export function requestManifest(manifestId, properties) {
 /**
  * receiveManifest - action creator
  *
- * @param  {String} windowId
+ * @param  {String} manifestId
  * @param  {Object} manifestJson
  * @memberof ActionCreators
  */