From 2a0fc2d56a5278939c57e51f690e796ada52e330 Mon Sep 17 00:00:00 2001 From: Dan Dascalescu Date: Wed, 5 Jun 2019 11:20:58 -0500 Subject: [PATCH] Fix typo (#14544) --- 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 767335adcc431..29a8f7071ce18 100644 --- a/docs/tutorial/authentication-tutorial.md +++ b/docs/tutorial/authentication-tutorial.md @@ -14,7 +14,7 @@ In production, you should use a tested and robust solution to handle the authent ## Building your Gatsby app -Start by creating a new Gatsby project using barebones `hello-world` starter: +Start by creating a new Gatsby project using the barebones `hello-world` starter: ```shell gatsby new gatsby-auth gatsbyjs/gatsby-starter-hello-world