Skip to content

Commit 2f5d758

Browse files
committed
Fixed grammar
1 parent c8cc8e6 commit 2f5d758

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

App/containers/OptionsContainer.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ const Options = ({dispatch, options}) => {
243243
step="0.05"
244244
onChange={(event, {value}) => dispatch(actions.setStringArrayThreshold(parseFloat(value)))}
245245
disabled={!options.stringArrayThresholdEnabled}/>
246-
`
246+
247247
<Form.Checkbox
248248
label='String Array Index Shift'
249249
checked={options.stringArrayIndexShift}

0 commit comments

Comments
 (0)