Skip to content

Commit

Permalink
Remove non inclusive wording (#438)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikearnaldi authored Jan 23, 2024
1 parent 810fdb1 commit bb94c30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/docs/error-management/fallback.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ The `firstSuccessOf` operator simplifies running a series of effects and returns

This operator utilizes `Effect.orElse` to combine multiple effects into a single effect.

In the following example, we attempt to retrieve a configuration from different nodes. If retrieving from the master node fails, we successively try retrieving from the next available nodes until we find a successful result:
In the following example, we attempt to retrieve a configuration from different nodes. If retrieving from the primary node fails, we successively try retrieving from the next available nodes until we find a successful result:

```ts file=<rootDir>/src/guide/error-management/fallback/firstSuccessOf.ts

Expand Down

0 comments on commit bb94c30

Please sign in to comment.