We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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