Spell checking, a-c.

This commit is contained in:
Mike Castle
2013-11-22 20:14:23 -08:00
parent 336c52b830
commit c31fa3d46d
11 changed files with 12 additions and 12 deletions

View File

@ -58,7 +58,7 @@ Every browser has a console built in that allows for easy debugging.
- **Firefox:** hit `CTRL+SHIFT+K` or if you have Firebug installed `F12`
- **Opera:** hit `CTRL+SHIFT+I`
The consoles basically work the same. You can run commands in the console window that execute in the pages context. All browsers also allow you to inspect the HTML code that currently makes the page. Its usually available in a different tab and called “document” or “elements” (expection for Firefox: hit `CTRL+SHIFT+I`).
The consoles basically work the same. You can run commands in the console window that execute in the pages context. All browsers also allow you to inspect the HTML code that currently makes the page. Its usually available in a different tab and called “document” or “elements” (except for Firefox: hit `CTRL+SHIFT+I`).
How do I report bugs?