Skip to content

Commit

Permalink
fix: Merge pull request #81 from henrypoon/master
Browse files Browse the repository at this point in the history
  • Loading branch information
joscha authored Oct 6, 2021
2 parents 3e73c2a + 31cb483 commit 6f556d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/serialization.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ export type SerializationOptions = {
*/
explicitDependencies?: boolean;
/**
* Whether accept all conditional steps regardlss of it's being rejected or not. This is particularlly helpful in some places whether you want to generate the entire
* graph without conditions. Plese note this would only work when `explicitDependencies` above is set to true.
* Whether to accept all conditional steps regardless of what their `.accept()` function would return. This is particularly helpful in some places whether you want to generate the entire
* graph without pruning.
*/
acceptAllConditions?: boolean;
/**
Expand Down

0 comments on commit 6f556d0

Please sign in to comment.