Skip to content
Snippets Groups Projects
Commit 0dff636a authored by Paul Kaplan's avatar Paul Kaplan
Browse files

Fix comment

parent a768eccf
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ import {connect} from 'react-redux'; ...@@ -7,7 +7,7 @@ import {connect} from 'react-redux';
* Turbo Mode component passes toggleTurboMode function to its child. * Turbo Mode component passes toggleTurboMode function to its child.
* It also includes `turboMode` in the props passed to the children. * It also includes `turboMode` in the props passed to the children.
* It expects this child to be a function with the signature * 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 * The component can then be used to attach turbo mode setting functionality
* to any other component: * to any other component:
* *
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment