fix typo in comment

This commit is contained in:
Asif Bacchus 2020-04-10 05:11:42 -06:00
parent 1692fcc309
commit e4ecf30ec0
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ function particles(){
}
}
// check if particles are close enough to connect to eachother
// check if particles are close enough to connect to each other
function connect(){
let opacityValue = 1;
for (let a = 0; a < particlesArray.length; a++){