Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mlejva committed Dec 6, 2024
1 parent d35d99d commit 0372542
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/src/components/Dashboard/Developer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export const DeveloperContent = ({

<span className="font-bold text-neutral-300 pb-2">API URL</span>
<span className="text-sm text-neutral-300 pb-4">
Set API URL so the dashboard can connect to your E2B Cluster and correctly display running sandboxes nad your templates.
Set API URL so the dashboard can connect to your E2B Cluster and correctly display running sandboxes and templates.
</span>

{apiUrl !== defaultAPIUrl && (
Expand Down

0 comments on commit 0372542

Please sign in to comment.