Skip to content

Commit 0d58833

Browse files
authored
Typo Fix: Add an "N" for Control Flow Flattening
1 parent 72fe9e5 commit 0d58833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

App/containers/OptionsContainer.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ const Options = ({dispatch, options}) =>
8383
<Divider/>
8484

8585
<Form.Checkbox
86-
label='Control Flow Flatteing'
86+
label='Control Flow Flattening'
8787
checked={options.controlFlowFlattening}
8888
onChange={() => dispatch(actions.toggleOption(types.TOGGLE_CONTROL_FLOW_FLATTENING))}/>
8989

0 commit comments

Comments
 (0)