diff --git a/guide/english/javascript/comments/index.md b/guide/english/javascript/comments/index.md index bda44a0a5f..5f0fa4f1e8 100644 --- a/guide/english/javascript/comments/index.md +++ b/guide/english/javascript/comments/index.md @@ -39,7 +39,7 @@ function hello() { hello(); ``` -You can also prevent execution of Javascript code just commeting the code lines like this: +You can also prevent execution of Javascript code just commenting the code lines like this: ```javascript function hello() { /*console.log("Hello world!");*/