From f7686f8f30464f6d099a50a841684cf9103e3189 Mon Sep 17 00:00:00 2001 From: imidom Date: Thu, 3 Jan 2019 09:16:06 -0500 Subject: [PATCH] Update typo: don't instead of doesn't --- 1-js/01-getting-started/3-devtools/article.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1-js/01-getting-started/3-devtools/article.md b/1-js/01-getting-started/3-devtools/article.md index 1ef4744a..14c9c390 100644 --- a/1-js/01-getting-started/3-devtools/article.md +++ b/1-js/01-getting-started/3-devtools/article.md @@ -2,7 +2,7 @@ Code is prone to errors. You will quite likely make errors... Oh, what am I talking about? You are *absolutely* going to make errors, at least if you're a human, not a [robot](https://en.wikipedia.org/wiki/Bender_(Futurama)). -But in the browser, users doesn't see errors by default. So, if something goes wrong in the script, we won't see what's broken and can't fix it. +But in the browser, users don't see errors by default. So, if something goes wrong in the script, we won't see what's broken and can't fix it. To see errors and get a lot of other useful information about scripts, "developer tools" have been embedded in browsers.