From 69d3e7355ae3f1a90e5c1102d112fd05a2b2448d Mon Sep 17 00:00:00 2001 From: Christopher League Date: Tue, 24 May 2016 23:11:54 -0400 Subject: [PATCH] Fix minor typo in tutorial --- doc/tutorial/ApiType.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/tutorial/ApiType.lhs b/doc/tutorial/ApiType.lhs index 54022bb8..53aa187f 100644 --- a/doc/tutorial/ApiType.lhs +++ b/doc/tutorial/ApiType.lhs @@ -297,7 +297,7 @@ Authentication](https://en.wikipedia.org/wiki/Basic_access_authentication). When protecting endpoints with basic authentication, we need to specify two items: -1. The **realm** of authentication as per the Basic Authentictaion spec. +1. The **realm** of authentication as per the Basic Authentication spec. 2. The datatype returned by the server after authentication is verified. This is usually a `User` or `Customer` type datatype.