Skip to content

Commit 3c5fa98

Browse files
committed
fix typo
1 parent e7ba990 commit 3c5fa98

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/web/ui/modals/delete-domain-modal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ function DeleteDomainModal({
3737
<div className="space-y-2 text-sm text-neutral-500">
3838
<p>
3939
Deleting this domain will delete all associated links as well as
40-
their anaytics, permanently.
40+
their analytics, permanently.
4141
</p>
4242
{Boolean(props.registeredDomain) && (
4343
<p>The domain will also be provisioned back to Dub.</p>

apps/web/ui/modals/delete-workspace-modal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function DeleteWorkspaceModal({
6161
<h3 className="text-lg font-medium">Delete Workspace</h3>
6262
<p className="text-center text-sm text-neutral-500">
6363
Warning: This will permanently delete your workspace, custom domain,
64-
and all associated links and their respective stats.
64+
and all associated links and their respective analytics.
6565
</p>
6666
</div>
6767

0 commit comments

Comments
 (0)