Skip to content

Commit 0c80592

Browse files
authored
fix typo in working-with-typed-errors.md (#454)
1 parent a5843f1 commit 0c80592

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/docs/learn/typed-errors/working-with-typed-errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,7 @@ sealed interface UserProblem {
805805
-->
806806

807807
If you want to gather as many validation problems as possible, you need to switch to _accumulation_, as done above with `mapOrAccumulate`.
808-
Bu in this case we want to run independent validations of a different type, each for each field comprising the value.
808+
But in this case we want to run independent validations of a different type, each for each field comprising the value.
809809

810810
The first approach is to use `zipOrAccumulate`.
811811
In that case the first arguments define the different independent validations, often as a block of code.

0 commit comments

Comments
 (0)