Skip to content

Commit 572d489

Browse files
match CLI heading with homepage
Co-authored-by: Nathan Walker <[email protected]>
1 parent 5dbc780 commit 572d489

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/common/header.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export function printHeader() {
1212
].join("");
1313
const middle2 = [
1414
color.dim("│ "),
15-
color.whiteBright.bold(" Empowering JS with Native APIs "),
15+
color.whiteBright.bold(" Empower JavaScript with native APIs "),
1616
color.dim(" │"),
1717
].join("");
1818

0 commit comments

Comments
 (0)