Skip to content

Commit fe89acd

Browse files
authored
Merge pull request #230 from justingray0/justingray0-fix-typo
Fix typos
2 parents 8fa4b11 + fb4ef44 commit fe89acd

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)