Skip to content

Commit b3eb929

Browse files
authoredJan 27, 2025··
Merge pull request #86 from anthonycmain/pull-requests
Fix typo on Settings page
2 parents e96174f + 37668d2 commit b3eb929

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/settings/SettingsPage.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ const SettingsForm = ({
214214
<CardContent>
215215
<Stack gap={2} justifyContent="space-between">
216216
<Typography variant="h5" color="textSecondary">
217-
Inboud email
217+
Inbound email
218218
</Typography>
219219
<Typography variant="body2" color="textSecondary">
220220
You can start sending emails to your server's

0 commit comments

Comments
 (0)
Please sign in to comment.