Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
docs: fixed jsdoc typos (#4556)
  • Loading branch information
ricmoo committed Jan 31, 2024
1 parent a136348 commit 62d181e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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]
Expand Down Expand Up @@ -349,7 +349,7 @@ function getFuzzyMode(quorum: number, results: Array<TallyResult>): 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.
*
Expand Down

0 comments on commit 62d181e

Please sign in to comment.