diff options
| author | syuilo⭐️ <Syuilotan@yahoo.co.jp> | 2017-02-25 21:18:56 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-02-25 21:18:56 +0900 |
| commit | 6c0400af60442c783dbbffe6d3a06ebf5b54bbcf (patch) | |
| tree | 0c6428f1050928a31209a291d8b0653722f24006 /src | |
| parent | Merge pull request #205 from syuilo/greenkeeper/cropperjs-1.0.0-beta.2 (diff) | |
| download | sharkey-6c0400af60442c783dbbffe6d3a06ebf5b54bbcf.tar.gz sharkey-6c0400af60442c783dbbffe6d3a06ebf5b54bbcf.tar.bz2 sharkey-6c0400af60442c783dbbffe6d3a06ebf5b54bbcf.zip | |
typo
Diffstat (limited to 'src')
| -rw-r--r-- | src/api/service/github.ts | 2 |
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 => { |