From 6c76ef7372b2daa007a96f6fc5d5e69d0f8990e2 Mon Sep 17 00:00:00 2001 From: Kurczok Date: Sat, 8 Jul 2017 16:38:41 +0200 Subject: [PATCH] Update article.md --- 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 0f7f2c3a..def8ace6 100644 --- a/1-js/01-getting-started/3-devtools/article.md +++ b/1-js/01-getting-started/3-devtools/article.md @@ -40,7 +40,7 @@ Now we can see errors and that's enough for the start. We'll be back to develope Most other browsers use `key:F12` to open developer tools. -The look & feel of them is quite similar. Once you know how to use one of them (ypu can start with Chrome), you can easily switch to another. +The look & feel of them is quite similar. Once you know how to use one of them (you can start with Chrome), you can easily switch to another. ## Safari