From 651992ab36ae19bec8f170e19a596f399b3c6a05 Mon Sep 17 00:00:00 2001 From: Eugene Goh <64187129+EugeneeGoh@users.noreply.github.com> Date: Wed, 13 Jan 2021 08:23:16 +0800 Subject: [PATCH] Spelling error on line 18 --- 3-terrarium/2-intro-to-css/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3-terrarium/2-intro-to-css/README.md b/3-terrarium/2-intro-to-css/README.md index b112c33c..cd87e707 100644 --- a/3-terrarium/2-intro-to-css/README.md +++ b/3-terrarium/2-intro-to-css/README.md @@ -15,7 +15,7 @@ CSS, or Cascading Style Sheets, solve an important problem of web development: h In this lesson, we're going to add styles to our online terrarium and learn more about several CSS concepts: the cascade, inheritance, and the use of selectors, positioning, and using CSS to build layouts. In the process we will layout the terrarium and create the actual terrarium itself. -### Prequisite +### Prerequisite You should have the HTML for your terrarium built and ready to be styled.