From ebcdcb54511adaa70a1d19015e9142b33ee58e45 Mon Sep 17 00:00:00 2001 From: Jack Reed <mejackreed@users.noreply.github.com> Date: Fri, 1 Mar 2019 14:32:41 -0700 Subject: [PATCH] Update typo in comment --- src/state/actions/manifest.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/state/actions/manifest.js b/src/state/actions/manifest.js index a26e89981..52b348ee5 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 */ -- GitLab