From 6a158c84892356a9be9a71818ae95f433cea45db Mon Sep 17 00:00:00 2001 From: william woodruff Date: Sun, 15 Apr 2018 21:43:12 -0400 Subject: [PATCH] Update API.md --- API.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/API.md b/API.md index 26ce4edb9..95b089644 100755 --- a/API.md +++ b/API.md @@ -3789,7 +3789,7 @@ The [`authenticate()`](#authentication-scheme) method has access to two addition - [`h.authenticated()`](#h.authenticated()) - indicate request authenticated successfully. - [`h.unauthenticated()`](#h.unauthenticated()) - indicate request failed to authenticate. -Note that these rules are apply somewhat differently when used in a [pre-handler method](#route.options.pre). +Note that these rules apply somewhat differently when used in a [pre-handler method](#route.options.pre). #### Takeover response