diff --git a/README.md b/README.md index 73c1a73997..5fefffe5b7 100644 --- a/README.md +++ b/README.md @@ -1196,7 +1196,7 @@ Other Style Guides var declaredButNotAssigned = true; } - // The interpreter is hoisting the variable + // the interpreter is hoisting the variable // declaration to the top of the scope, // which means our example could be rewritten as: function example() {