Skip to content

Commit

Permalink
refactor(webapi#WebApiClient): missing "the"
Browse files Browse the repository at this point in the history
  • Loading branch information
xayanide committed May 27, 2022
1 parent c64901b commit 0cd96da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webapi/WebApiClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ class WebApiClientClass implements IBeatmapFetcher {
}
}
}
throw new Error('Failed to access API');
throw new Error('Failed to access the API');
}

async getChatUpdates() {
Expand Down

0 comments on commit 0cd96da

Please sign in to comment.