Skip to content

Commit b0bc209

Browse files
committed
typo
1 parent 6f5d6fa commit b0bc209

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/exceptions-best-practices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ This is usually done with the idea that in the future the error type will be cha
6565

6666
Generally the solution to the `ExceptT IO` anti-pattern is to return an `Either` from more functions and throw an exception for uncommon errors. Note that returning `Either` from `ExceptT IO` means there are now 3 distinct sources of errors in just one function.
6767

68-
Please not that using ExceptT, etc with a non-IO base monad (for example with pure code) is a perfectly fine pattern.
68+
Please note that using ExceptT, etc with a non-IO base monad (for example with pure code) is a perfectly fine pattern.
6969

7070

7171
### Mask-them-all anti-pattern

0 commit comments

Comments
 (0)