We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9305ed1 commit af6f1abCopy full SHA for af6f1ab
src/components/ProjectForm/PixelmatchConfigForm.tsx
@@ -10,7 +10,7 @@ export const PixelmatchConfigForm: React.FunctionComponent = () => {
10
return (
11
<React.Fragment>
12
<FormControlLabel
13
- label="Allow diff dimentions"
+ label="Allow diff dimensions"
14
control={
15
<Switch
16
checked={config.allowDiffDimensions}
@@ -23,7 +23,7 @@ export const PixelmatchConfigForm: React.FunctionComponent = () => {
23
}
24
/>
25
26
- label="Ignore anti-alliasing"
+ label="Ignore anti-aliasing"
27
28
29
checked={config.ignoreAntialiasing}
0 commit comments