diff --git a/common/app/create-app.jsx b/common/app/create-app.jsx index ff87484a2b..563691c700 100644 --- a/common/app/create-app.jsx +++ b/common/app/create-app.jsx @@ -20,9 +20,9 @@ const debug = createDebugger('fcc:app:createApp'); // history?: History, // defaultState?: Object|Void, // serviceOptions?: Object, -// middlewares?: Function[], -// enhancers?: Function[], -// epics?: Function[], +// middlewares?: [...Function], +// enhancers?: [...Function], +// epics?: [...Function], // }) => Observable // // Either location or history must be defined