summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsyuilo⭐️ <Syuilotan@yahoo.co.jp>2017-02-25 21:18:56 +0900
committerGitHub <noreply@github.com>2017-02-25 21:18:56 +0900
commit6c0400af60442c783dbbffe6d3a06ebf5b54bbcf (patch)
tree0c6428f1050928a31209a291d8b0653722f24006
parentMerge pull request #205 from syuilo/greenkeeper/cropperjs-1.0.0-beta.2 (diff)
downloadsharkey-6c0400af60442c783dbbffe6d3a06ebf5b54bbcf.tar.gz
sharkey-6c0400af60442c783dbbffe6d3a06ebf5b54bbcf.tar.bz2
sharkey-6c0400af60442c783dbbffe6d3a06ebf5b54bbcf.zip
typo
-rw-r--r--src/api/service/github.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/service/github.ts b/src/api/service/github.ts
index 692c50ddfa..ade42ae26a 100644
--- a/src/api/service/github.ts
+++ b/src/api/service/github.ts
@@ -64,7 +64,7 @@ module.exports = async (app: express.Application) => {
handler.on('watch', event => {
const sender = event.sender;
- post(`⭐️Started by ${sender.login}`);
+ post(`⭐️Starred by ${sender.login}`);
});
handler.on('fork', event => {