Skip to content

Commit

Permalink
fix: fix grammar mistakes
Browse files Browse the repository at this point in the history
  • Loading branch information
maksadbek committed Dec 3, 2024
1 parent 0c213db commit 5e14760
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/Commands/RunRepeater.ts
Original file line number Diff line number Diff line change
Expand Up @@ -205,8 +205,8 @@ export class RunRepeater implements CommandModule {
for (const domain of proxyDomains) {
if (domain.includes(',')) {
throw new Error(
`Option --proxy-domains has wrong value.` +
`Please ensure that --proxy-domains option has spaced separate list of domain values`
`Option --proxy-domains has a wrong value.` +
`Please ensure that --proxy-domains option has space separated list of domain values`
);
}
}
Expand All @@ -216,7 +216,7 @@ export class RunRepeater implements CommandModule {
if (domain.includes(',')) {
throw new Error(
`Option --proxy-domain-bypass has wrong value.` +
`Please ensure that --proxy-domain-bypass option has spaced separate list of domain values`
`Please ensure that --proxy-domain-bypass option has space separated list of domain values`
);
}
}
Expand Down

0 comments on commit 5e14760

Please sign in to comment.