typo in type name

This commit is contained in:
softprops 2019-09-17 19:27:32 +09:00
parent 85bb079141
commit ca93e708e3
4 changed files with 6 additions and 6 deletions

View file

@ -39,7 +39,7 @@ export interface Releaser {
}): AsyncIterableIterator<{ data: Release[] }>;
}
export class GitHubReleaseer {
export class GitHubReleaser {
github: GitHub;
constructor(github: GitHub) {
this.github = github;