We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 72fe9e5 + 0d58833 commit fceeeeeCopy full SHA for fceeeee
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