From c89e7eb0225de3e22782b5f8428f66f96793fe0f Mon Sep 17 00:00:00 2001 From: Kakoma Date: Sat, 21 Sep 2019 17:30:35 +0300 Subject: [PATCH] Correct the typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 210dd3a..5c67fae 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ The repo for the book [JavaScript Explained](https://javascriptexplained.com) from Zac Gordon. -This book aims to teach beginners to JavaScript an effecient and easy to learn way to get up and running far and quickly with JavaScript. +This book aims to teach beginners to JavaScript an efficient and easy to learn way to get up and running far and quickly with JavaScript. ## Exercises @@ -10,4 +10,4 @@ This book aims to teach beginners to JavaScript an effecient and easy to learn w 2. Reusable Code 3. Complex Data 4. Browser APIs -5. The Fetch API \ No newline at end of file +5. The Fetch API