spelling change: wieght -> weight

This commit is contained in:
Lost 2023-06-15 08:38:05 -04:00
parent 5210b68a78
commit 5f85b53a70

View File

@ -398,7 +398,7 @@ export class FallbackProvider extends AbstractProvider {
this.eventWorkers = 1;
assertArgument(this.quorum <= this.#configs.reduce((a, c) => (a + c.weight), 0),
"quorum exceed provider wieght", "quorum", this.quorum);
"quorum exceed provider weight", "quorum", this.quorum);
}
get providerConfigs(): Array<FallbackProviderState> {