From 24cffcf5cf3af08569c05973a25c97bab075d596 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Sun, 27 Nov 2022 06:37:05 +1100 Subject: [PATCH] docs: fix simple typo, constaints -> constraints There is a small typo in README.md. Should read `constraints` rather than `constaints`. Signed-off-by: Tim Gates --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b1f27b..ba40877 100644 --- a/README.md +++ b/README.md @@ -195,7 +195,7 @@ provided by [sanctuary-type-classes](https://github.com/sanctuary-js/sanctuary-type-classes) and you can create your own. -To use HM definitions with type class constaints you should provide `typeClasses` +To use HM definitions with type class constraints you should provide `typeClasses` option with classes you’d like to use later: ```javascript