Skip to content

Commit 221ff16

Browse files
fix: typo dimentions -> dimensions (#275)
1 parent 6b71181 commit 221ff16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ProjectForm/LooksSameConfigForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ export const LooksSameConfigForm: React.FunctionComponent = () => {
7979
}
8080
/>
8181
<FormControlLabel
82-
label="Allow diff dimentions"
82+
label="Allow diff dimensions"
8383
control={
8484
<Switch
8585
checked={config.allowDiffDimensions}

0 commit comments

Comments
 (0)