Skip to content

Commit 42b52f6

Browse files
committed
corrected misspelled word in welcome screen
1 parent 849c414 commit 42b52f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/global.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ console.log(
1919
" | Welcome to |"
2020
);
2121
console.log(
22-
` | Create Rect Play (v ${meta.version}) |`
22+
` | Create React Play (v ${meta.version}) |`
2323
);
2424
console.log(
2525
" | |"

0 commit comments

Comments
 (0)