From 0dff636adcd3814984a18467060374faf3256e64 Mon Sep 17 00:00:00 2001 From: Paul Kaplan <pkaplan@media.mit.edu> Date: Thu, 2 Aug 2018 12:49:01 -0400 Subject: [PATCH] Fix comment --- src/containers/turbo-mode.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/containers/turbo-mode.jsx b/src/containers/turbo-mode.jsx index bde228ade..f7ee5878e 100644 --- a/src/containers/turbo-mode.jsx +++ b/src/containers/turbo-mode.jsx @@ -7,7 +7,7 @@ import {connect} from 'react-redux'; * Turbo Mode component passes toggleTurboMode function to its child. * It also includes `turboMode` in the props passed to the children. * It expects this child to be a function with the signature - * function (turboMode, toggleTurboMode, props) {} + * function (toggleTurboMode, {turboMode, ...props}) {} * The component can then be used to attach turbo mode setting functionality * to any other component: * -- GitLab