Skip to content

Commit c197d3f

Browse files
committed
Whitespace.
1 parent be3df44 commit c197d3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

page/javascript-101/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Look at this simple HTML page that includes CSS and JavaScript to see how it all
4444
<!-- JavaScript for interactivity. -->
4545
<script>
4646
47-
// Get a handle on the first button element in the document.
47+
// Get a handle on the first button element in the document.
4848
var button = document.querySelector( "button" );
4949
5050
// If a user clicks on it, say hello!

0 commit comments

Comments
 (0)