There was an error while loading. Please reload this page.
1 parent 72fe9e5 commit 0d58833Copy full SHA for 0d58833
App/containers/OptionsContainer.js
@@ -83,7 +83,7 @@ const Options = ({dispatch, options}) =>
83
<Divider/>
84
85
<Form.Checkbox
86
- label='Control Flow Flatteing'
+ label='Control Flow Flattening'
87
checked={options.controlFlowFlattening}
88
onChange={() => dispatch(actions.toggleOption(types.TOGGLE_CONTROL_FLOW_FLATTENING))}/>
89
0 commit comments