diff --git a/1-js/02-first-steps/02-structure/article.md b/1-js/02-first-steps/02-structure/article.md index 8f8eb86a..6fe7041e 100644 --- a/1-js/02-first-steps/02-structure/article.md +++ b/1-js/02-first-steps/02-structure/article.md @@ -6,7 +6,7 @@ The first thing we'll study is the building blocks of code. Statements are syntax constructs and commands that perform actions. -We've already seen a statement, `alert('Hello, world!')`, which shows the message "Hello world!". +We've already seen a statement, `alert('Hello, world!')`, which shows the message "Hello, world!". We can have as many statements in our code as we want. Statements can be separated with a semicolon.