From a85949a9102726cbbc56871f2584c7249b84a90a Mon Sep 17 00:00:00 2001 From: Nievac Date: Wed, 16 Oct 2019 10:07:31 +0800 Subject: [PATCH] Title Casing Update --- docs/tutorial/authentication-tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial/authentication-tutorial.md b/docs/tutorial/authentication-tutorial.md index b41c1e19f30da..4b821f615f763 100644 --- a/docs/tutorial/authentication-tutorial.md +++ b/docs/tutorial/authentication-tutorial.md @@ -1,5 +1,5 @@ --- -title: Making a site with user authentication +title: Making a Site with User Authentication --- Sometimes, you need to create a site with gated content, available only to authenticated users. Using Gatsby, you may achieve this using the concept of [client-only routes](/docs/building-apps-with-gatsby/#client-only-routes), to define which pages a user can view only after logging in.