From 6c0400af60442c783dbbffe6d3a06ebf5b54bbcf Mon Sep 17 00:00:00 2001 From: syuilo⭐️ Date: Sat, 25 Feb 2017 21:18:56 +0900 Subject: typo --- src/api/service/github.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/api/service') 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 => { -- cgit v1.2.3-freya