Skip to content

Commit

Permalink
fix: typo in cluster information page, registeration -> registration
Browse files Browse the repository at this point in the history
  • Loading branch information
wsxiaoys committed Dec 9, 2023
1 parent 9d60795 commit 95d15f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ee/tabby-ui/app/(dashboard)/cluster/components/cluster.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default function Workers() {
<Separator />
{!!registrationTokenRes?.registrationToken && (
<div className="flex items-center gap-1">
Registeration token:
Registration token:
<code className="rounded-lg text-sm text-red-600">
{registrationTokenRes.registrationToken}
</code>
Expand Down

0 comments on commit 95d15f1

Please sign in to comment.