From 50d713588336068dfd0735818aecdcccb988a714 Mon Sep 17 00:00:00 2001 From: Michael Clayton Date: Mon, 29 Jun 2020 14:23:34 -0400 Subject: [PATCH] s/sown/shown --- docs/guides/authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guides/authentication.md b/docs/guides/authentication.md index 0f95bb401de..9c3ab2db263 100644 --- a/docs/guides/authentication.md +++ b/docs/guides/authentication.md @@ -168,6 +168,6 @@ See the [Admin UI app](https://www.keystonejs.com/keystonejs/app-admin-ui/) docs ## API access control -Adding Authentication as sown above will only enable login to the Admin UI. It _will not_ restrict API access. +Adding Authentication as shown above will only enable login to the Admin UI. It _will not_ restrict API access. > **Note:** To restrict API access, you must set up [Access controls](/docs/guides/access-control.md)