Skip to content

Commit

Permalink
fix: type
Browse files Browse the repository at this point in the history
  • Loading branch information
cchalop1 committed Aug 27, 2024
1 parent a6a5f2f commit 1ebf608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/components/databaseServices/CommandModal.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ export default function CommandModal({
</CommandGroup>
)}
<CommandSeparator />
<CommandGroup heading="Other sercices">
<CommandGroup heading="Other services">
{preConfiguredServices.map((s) => (
<NewServiceItem
key={s.name}
Expand Down

0 comments on commit 1ebf608

Please sign in to comment.