Merge pull request #1138 from declension/patch-1

Fix typo in docs
This commit is contained in:
Oleg Grenrus 2019-02-27 13:07:39 +02:00 committed by GitHub
commit f3e294e341
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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: