diff --git a/example/facebook/readme.md b/example/facebook/readme.md index fbb0ed2..45bb553 100644 --- a/example/facebook/readme.md +++ b/example/facebook/readme.md @@ -40,7 +40,7 @@ data FacebookReq a where ``` We have three requests: retrieve an arbitrary object, retrieve a user, -and retrive a user's friends. In reality there are a lot more request +and retrieve a user's friends. In reality there are a lot more request types that we could add here, but these will suffice for the example. Note that the `FacebookReq` type has a type parameter: this is the