Skip to content

Commit ca7feee

Browse files
willheslamgcanti
authored andcommitted
Docs: Fix typo in "Kleisli"
1 parent 4806af7 commit ca7feee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/code-conventions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ However usually it means *T*ransformer like in "monad transformers" (e.g. `Optio
9494

9595
### What a `K` suffix means, e.g. `fromEitherK` vs `chainEitherK`
9696

97-
`K` means *K*leisli. A _Kelisli arrow_ is a function with the following signature
97+
`K` means *K*leisli. A _Kleisli arrow_ is a function with the following signature
9898

9999
```ts
100100
(a: A) => F<B>

0 commit comments

Comments
 (0)