Skip to content

Commit

Permalink
chore: update appearance-form.tsx
Browse files Browse the repository at this point in the history
prefered -> preferred
  • Loading branch information
eltociear authored Sep 8, 2024
1 parent 44c4841 commit 9c5f1e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/settings/appearance/appearance-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ export function AppearanceForm() {
</FormControl>
<Icons.ChevronDown className="absolute right-3 top-2.5 h-4 w-4 opacity-50" />
</div>
<FormDescription>Set your prefered font family to use.</FormDescription>
<FormDescription>Set your preferred font family to use.</FormDescription>
<FormMessage />
</FormItem>
)}
Expand All @@ -85,7 +85,7 @@ export function AppearanceForm() {
render={({ field }) => (
<FormItem className="space-y-1">
<FormLabel>Theme</FormLabel>
<FormDescription>Select your prefered theme for the application.</FormDescription>
<FormDescription>Select your preferred theme for the application.</FormDescription>
<FormMessage />
<RadioGroup
onValueChange={field.onChange}
Expand Down

0 comments on commit 9c5f1e1

Please sign in to comment.