From e4a8b0877a618c97a7b23851b1e0d9a71a126281 Mon Sep 17 00:00:00 2001 From: Marlon Ugocioni Marcello Date: Thu, 17 Oct 2019 12:41:56 -0700 Subject: [PATCH] Fixed small typo on what-does-this-guide-cover.md --- _chapters/what-does-this-guide-cover.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_chapters/what-does-this-guide-cover.md b/_chapters/what-does-this-guide-cover.md index 99250f025..53dd285cf 100644 --- a/_chapters/what-does-this-guide-cover.md +++ b/_chapters/what-does-this-guide-cover.md @@ -65,7 +65,7 @@ The guide is split roughly into a couple of parts: 1. **The Basics** - Here we go over how to create your first full-stack Serverless application. These chapters are roughly split up between the backend (Serverless) and the frontend (React). We also talk about how to dpeloy your serverless app and React app into production. + Here we go over how to create your first full-stack Serverless application. These chapters are roughly split up between the backend (Serverless) and the frontend (React). We also talk about how to deploy your serverless app and React app into production. This section of the guide is carefully designed to be completed in its entirety. We go into all the steps in detail and have tons of screenshots to help you build your first app.