Fixed typo (#19532)

commeting -> commenting
pull/18899/head^2
albertocc 2018-10-16 20:37:20 +02:00 committed by Jonathan Grah
parent 8bf31ddb64
commit cf5af83e0b
1 changed files with 1 additions and 1 deletions

View File

@ -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!");*/