Skip to content

Commit af6f1ab

Browse files
authored
Fixed some text errors (#245)
1 parent 9305ed1 commit af6f1ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/ProjectForm/PixelmatchConfigForm.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ export const PixelmatchConfigForm: React.FunctionComponent = () => {
1010
return (
1111
<React.Fragment>
1212
<FormControlLabel
13-
label="Allow diff dimentions"
13+
label="Allow diff dimensions"
1414
control={
1515
<Switch
1616
checked={config.allowDiffDimensions}
@@ -23,7 +23,7 @@ export const PixelmatchConfigForm: React.FunctionComponent = () => {
2323
}
2424
/>
2525
<FormControlLabel
26-
label="Ignore anti-alliasing"
26+
label="Ignore anti-aliasing"
2727
control={
2828
<Switch
2929
checked={config.ignoreAntialiasing}

0 commit comments

Comments
 (0)