Skip to content

Commit 618a3a7

Browse files
committed
typo
1 parent e944351 commit 618a3a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/src/components/CreateUserForm/CreateUserForm.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ export const CreateUserForm: FC<
106106

107107
const styles = useStyles()
108108
// This, unfortunately, cannot be an actual component because mui requires
109-
// that all `MenuItem`s but be direct children of the `Select` they belong to
109+
// that all `MenuItem`s must be direct children of the `Select` they belong to
110110
const authMethodSelect = (value: keyof typeof authMethodLanguage) => {
111111
const language = authMethodLanguage[value]
112112
return (

0 commit comments

Comments
 (0)