From e4ecf30ec0c2efb88baae9003084cebab0343077 Mon Sep 17 00:00:00 2001 From: Asif Bacchus Date: Fri, 10 Apr 2020 05:11:42 -0600 Subject: [PATCH] fix typo in comment --- js/ab-particles.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/ab-particles.js b/js/ab-particles.js index 8e68da0..e65c509 100644 --- a/js/ab-particles.js +++ b/js/ab-particles.js @@ -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++){