Skip to content

Commit 465951e

Browse files
committed
Another pass over chapter 14
1 parent 31cd41e commit 465951e

3 files changed

Lines changed: 171 additions & 141 deletions

File tree

02_program_structure.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ node.js) provide a `console.log` function that writes out its
229229
arguments to _some_ text output device. In browsers, the output lands
230230
in the JavaScript console. This part of the browser interface is
231231
hidden by default, but most browsers open it when you press F12, or,
232-
on OS X, when you press command+option+i. If that does not work,
232+
on Mac, when you press Command-Option-I. If that does not work,
233233
search through the menus for an item named “Web console” or “developer
234234
tools”.
235235

0 commit comments

Comments
 (0)