Skip to content

Commit dbb4a67

Browse files
midactsronreiter
authored andcommitted
Grammar fix
Adding to for grammatical reasons
1 parent 9927d29 commit dbb4a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/learn-js.org/en/Conditions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ Tutorial
55

66
The `if` statement allows us to check if an expression is equal to `true` or `false`, and execute different code according to the result.
77

8-
For example, if we want ask the user whether his name is "John", we can use the `confirm` function.
8+
For example, if we want to ask the user whether his name is "John", we can use the `confirm` function.
99

1010
if (confirm("Are you John Smith?"))
1111
{

0 commit comments

Comments
 (0)