Skip to content

Commit fb4ef44

Browse files
authored
Fix typos
1 parent 8fa4b11 commit fb4ef44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/setup.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class SetupManager {
6060
});
6161

6262
constructor() {
63-
console.log('🚀 VibSDK Development Setup');
63+
console.log('🚀 VibeSDK Development Setup');
6464
console.log('============================\n');
6565
}
6666

@@ -1788,7 +1788,7 @@ class SetupManager {
17881788
}
17891789
}
17901790

1791-
console.log('\n✨ Happy coding with VibSDK! ✨');
1791+
console.log('\n✨ Happy coding with VibeSDK! ✨');
17921792
}
17931793

17941794
private async updateWorkerConfiguration(): Promise<void> {

0 commit comments

Comments
 (0)