Skip to content

Commit

Permalink
upd: fix orthographic mistakes (#324)
Browse files Browse the repository at this point in the history
  • Loading branch information
mitapfer authored Feb 26, 2024
1 parent 7e76c24 commit 7e85116
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/pending/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ import { pending } from 'patronum/pending';

:::note since
patronum 2.1.0
Use `pending({ effects: [] })` with with patronum < 2.1.0
Use `pending({ effects: [] })` with patronum < 2.1.0
:::

### Motivation

This overload allows to read pending state of passed effects. It is usef when
This overload allows to read pending state of passed effects. It is useful when
you want to show loading state of the whole application.

### Formulae
Expand Down Expand Up @@ -56,7 +56,7 @@ loadSecondFx();

### Motivation

This overload recieves `effects` and optional `of` strategy as an object. Useful when need to change strategy
This overload receives `effects` and optional `of` strategy as an object. Useful when need to change strategy

### Formulae

Expand Down Expand Up @@ -112,7 +112,7 @@ patronum 1.1.0
### Motivation

This overload allows to read pending state of created effects in the domain. It
is usef when you want to show loading state of the whole application.
is useful when you want to show loading state of the whole application.

### Formulae

Expand Down

0 comments on commit 7e85116

Please sign in to comment.