From b28e1f4fddfe83ac55a0324aae84f3f85960176a Mon Sep 17 00:00:00 2001 From: Eugene Goh <64187129+EugeneeGoh@users.noreply.github.com> Date: Thu, 14 Jan 2021 10:50:34 +0800 Subject: [PATCH] Fixed speeling on line 28 --- 3-terrarium/3-intro-to-DOM-and-closures/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3-terrarium/3-intro-to-DOM-and-closures/README.md b/3-terrarium/3-intro-to-DOM-and-closures/README.md index 329aa963..577d4139 100644 --- a/3-terrarium/3-intro-to-DOM-and-closures/README.md +++ b/3-terrarium/3-intro-to-DOM-and-closures/README.md @@ -25,7 +25,7 @@ Think of the DOM as a tree, representing all the ways that a web page document c In this lesson, we will complete our interactive terrarium project by creating the JavaScript that will allow a user to manipulate the plants on the page. -### Prequisite +### Prerequisite You should have the HTML and CSS for your terrarium built. By the end of this lesson you will be able to move the plants into and out of the terrarium by dragging them.