diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ad09abde..83571e198 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,7 +25,7 @@ a typeclass instance "on the fly". **Example** -Here's a simple pipline which validates a `Person` struct +Here's a simple `pipe`-line which validates a `Person` struct ```ts import * as E from 'fp-ts/Either' @@ -72,7 +72,7 @@ const parsePersonAll = (input: Record): E.Either