From e96756dc4c85b7e463821e90964d78042044792d Mon Sep 17 00:00:00 2001 From: lincarters <68242043+lincarters@users.noreply.github.com> Date: Mon, 13 Jul 2020 17:40:08 +0100 Subject: [PATCH] Update resources.md Spelling fix --- content/roadmaps/1-frontend/resources.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/roadmaps/1-frontend/resources.md b/content/roadmaps/1-frontend/resources.md index 9334fab0b..c60e71242 100644 --- a/content/roadmaps/1-frontend/resources.md +++ b/content/roadmaps/1-frontend/resources.md @@ -50,7 +50,7 @@ JavaScript allows you to add interactivity to your pages. Common examples that y ## Version Control Systems and Git -Version control systems allow you to track changes to your codebase/files over time. They allow you to go back to some previous version of the codebase without any issues. Also, they help in collaborating with people working on the same code – if you’ve ever collaborated with other people on a project, you might already know the frustration of copying and merging the changes from someone else into your codebase; version control ssytems allow you to get rid of this issue. +Version control systems allow you to track changes to your codebase/files over time. They allow you to go back to some previous version of the codebase without any issues. Also, they help in collaborating with people working on the same code – if you’ve ever collaborated with other people on a project, you might already know the frustration of copying and merging the changes from someone else into your codebase; version control systems allow you to get rid of this issue. In this section, you will learn what version control systems are and understand how to use Git which is the de facto VCS.