From 2f9dd2a16c7a8411356541a4d6ebe24e4e608e65 Mon Sep 17 00:00:00 2001 From: Brandon Thompson Date: Tue, 15 Feb 2022 23:51:48 -0600 Subject: [PATCH] fixed typo on pg1 of tutorial --- src/tutorial/src/step-1/description.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tutorial/src/step-1/description.md b/src/tutorial/src/step-1/description.md index ef546ecd4e..c5347517ff 100644 --- a/src/tutorial/src/step-1/description.md +++ b/src/tutorial/src/step-1/description.md @@ -6,7 +6,7 @@ The goal of this tutorial is to quickly give you an experience of what it feels ## Prerequisites -The tutorial assumes basic familiarity with HTML, CSS and JavaScript. If you are totally new to front development, it might not be the best idea to jump right into a framework as your first step - grasp the basics then come back! Prior experience with other frameworks helps, but is not required. +The tutorial assumes basic familiarity with HTML, CSS and JavaScript. If you are totally new to front-end development, it might not be the best idea to jump right into a framework as your first step - grasp the basics then come back! Prior experience with other frameworks helps, but is not required. ## How to Use This Tutorial