From 0869725b997b60b458f73c37bfd30fea858fb17f Mon Sep 17 00:00:00 2001 From: Nick Boultbee Date: Wed, 27 Feb 2019 09:23:36 +0000 Subject: [PATCH] Fix typo in docs --- doc/cookbook/curl-mock/CurlMock.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/cookbook/curl-mock/CurlMock.lhs b/doc/cookbook/curl-mock/CurlMock.lhs index 10a6f51a..57816c71 100644 --- a/doc/cookbook/curl-mock/CurlMock.lhs +++ b/doc/cookbook/curl-mock/CurlMock.lhs @@ -76,7 +76,7 @@ api = Proxy ``` -## servant-forgein and the HasForeignType Class +## servant-foreign and the HasForeignType Class Servant-foreign allows us to look into the API we designed. The entry point is `listFromAPI` which takes three types and returns a list of endpoints: