Skip to content

Commit

Permalink
docs: update wording in EffectConfig
Browse files Browse the repository at this point in the history
Co-Authored-By: Tim Deschryver <28659384+timdeschryver@users.noreply.github.com>
  • Loading branch information
John Crowson and timdeschryver authored Jul 1, 2019
1 parent 81d1c3e commit 255258d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/effects/src/models.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export interface EffectConfig {
*/
dispatch?: boolean;
/**
* Determines if the effect will be resubscribed if an error occurs in the main actions stream.
* Determines if the effect will be resubscribed to if an error occurs in the main actions stream.
*/
resubscribeOnError?: boolean;
}
Expand Down

0 comments on commit 255258d

Please sign in to comment.