From 6c0400af60442c783dbbffe6d3a06ebf5b54bbcf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?syuilo=E2=AD=90=EF=B8=8F?= Date: Sat, 25 Feb 2017 21:18:56 +0900 Subject: [PATCH] typo --- src/api/service/github.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/service/github.ts b/src/api/service/github.ts index 692c50ddf..ade42ae26 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 => {