From 62d181ea0f43f9befe45e1f3f66c52027757f7ad Mon Sep 17 00:00:00 2001 From: Richard Moore Date: Wed, 31 Jan 2024 00:35:34 -0500 Subject: [PATCH] docs: fixed jsdoc typos (#4556) --- src.ts/providers/provider-fallback.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src.ts/providers/provider-fallback.ts b/src.ts/providers/provider-fallback.ts index 6b194f12b..c96704ee0 100644 --- a/src.ts/providers/provider-fallback.ts +++ b/src.ts/providers/provider-fallback.ts @@ -1,5 +1,5 @@ /** - * A **FallbackProvider** providers resiliance, security and performatnce + * A **FallbackProvider** provides resilience, security and performance * in a way that is customizable and configurable. * * @_section: api/providers/fallback-provider:Fallback Provider [about-fallback-provider] @@ -349,7 +349,7 @@ function getFuzzyMode(quorum: number, results: Array): undefined | /** * A **FallbackProvider** manages several [[Providers]] providing - * resiliance by switching between slow or misbehaving nodes, security + * resilience by switching between slow or misbehaving nodes, security * by requiring multiple backends to aggree and performance by allowing * faster backends to respond earlier. *