Fixed Typos

This commit is contained in:
Tobias-Melzer
2018-12-18 13:49:18 +01:00
committed by Nanne Baars
parent 84f67b5a7e
commit 7daaac9a3f
8 changed files with 23 additions and 23 deletions

View File

@ -1,11 +1,11 @@
== Google Chrome Developer Tools
To complete certain assignments you sometimes may have to look at the JavaScript
source code or run a JavaScript Command on your own.
To do that Google Chrome has a set of tools which allows to do that and much much more.
source code or run a JavaScript command on your own.
To do that Google Chrome has a set of tools which allows you to do that and much much more.
While these tools are not specific to Google Chrome, almost every modern browser has a set
of their own, our introduction will focus on the ones found in Google Chrome.
You can however still use the Browser of your choice, like Firefox or Safari, although some steps of this tutorial
You can however still use the browser of your choice, like Firefox or Safari, although some steps of this tutorial
may be different for you.
Keep in mind that the following tutorial, is not there to teach everything there is about these tools.