Skip to content

Commit 2308713

Browse files
committed
fix(create-deepcrawl): correct typo in project readiness message
1 parent 99f8926 commit 2308713

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/app/components/www/create-deepcrawl-terminal.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ const TERMINAL_LINES: TerminalLine[] = [
6060
{ text: '', delay: 90 },
6161
{ text: 'wait... creating your project', delay: 180, tone: 'muted' },
6262
{
63-
text: '🎉 Your Firecrawl is ready. Do you want to test your API now?',
63+
text: '🎉 Your Faircrawl is ready. Do you want to test your API now?',
6464
delay: 120,
6565
tone: 'accent',
6666
},

0 commit comments

Comments
 (0)