Skip to content

Commit 6d6cdd2

Browse files
Merge pull request #463 from reactormonk/patch-1
Update tutorial.md
2 parents 5dc9c9d + 050a611 commit 6d6cdd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

js/lesson1/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Let's move on to writing code in a file. Type the same `console.log`
8282
line into your `script.js` file. Save and reload the page in your browser so that it
8383
can read the change you made.
8484

85-
This time, you should just see the line that says `Hello!`, and not
85+
This time, you should just see the line that says `Hello!` in the browser console, and not
8686
the lines that said `console.log('Hello!');` or `undefined` with
8787
arrows next to them. That's because you didn't type the JavaScript
8888
into the console this time.

0 commit comments

Comments
 (0)