Skip to content

Commit 7f0d8fd

Browse files
committed
πŸ› FIX: typo
1 parent 06d802f commit 7f0d8fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

β€Žreadme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
</h1>
88
</div>
99

10-
`github-interact-cli` lets you use GitHub right inside your termina;.
10+
`github-interact-cli` lets you use GitHub right inside your terminal.
1111

1212
## πŸ‘‰ Features
1313

β€Žutils/getEmail.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ module.exports = async () => {
2727
.then((res) => {
2828
for (let i = 0; i < res.data.length; i++) {
2929
if (res.data[i].type === "PushEvent") {
30-
const name = "βœ‰οΈ EMAIL";
30+
const name = "βœ‰οΈ EMAIL";
3131
box(name, res.data[i].payload.commits[0].author.email);
3232
break;
3333
}

0 commit comments

Comments
Β (0)