Skip to content

Commit

Permalink
chore: syntax improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
double-beep authored Dec 12, 2024
1 parent 6ee5caf commit 71083ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UserscriptTools/WebsocketUtils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export default class WebsocketUtils {

connectProgress?.completed();

const reportProgress = this.progress?.addSubItem('Waiting for report to be received...');
const reportProgress = this.progress?.addSubItem('Waiting for the report to be received...');
await this.withTimeout(
this.timeout,
reportProgress,
Expand Down

0 comments on commit 71083ba

Please sign in to comment.