From 6e5f0fef89c5b3175c2b08258f72d8080bd9dd1f Mon Sep 17 00:00:00 2001 From: Connor Burton Date: Fri, 2 Jul 2021 22:32:10 +0000 Subject: [PATCH] Typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 396c464..b186c91 100644 --- a/README.md +++ b/README.md @@ -158,7 +158,7 @@ We can call base class constructor using `super()`. 🔗 **Source:** [http://www.talkingdotnet.com](http://www.talkingdotnet.com/typescript-interview-questions/) -### Q10: What are the difference beetween Typescript and JavaScript? ⭐⭐ +### Q10: What are the difference between Typescript and JavaScript? ⭐⭐ **Answer:**