We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06d802f commit 7f0d8fdCopy full SHA for 7f0d8fd
βreadme.md
@@ -7,7 +7,7 @@
7
</h1>
8
</div>
9
10
-`github-interact-cli` lets you use GitHub right inside your termina;.
+`github-interact-cli` lets you use GitHub right inside your terminal.
11
12
## π Features
13
βutils/getEmail.js
@@ -27,7 +27,7 @@ module.exports = async () => {
27
.then((res) => {
28
for (let i = 0; i < res.data.length; i++) {
29
if (res.data[i].type === "PushEvent") {
30
- const name = "βοΈ EMAIL";
+ const name = "βοΈ EMAIL";
31
box(name, res.data[i].payload.commits[0].author.email);
32
break;
33
}
0 commit comments