From e3fbcecb5f8da09256074c10dac12aad16d2c82b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mat=C4=ABss=20J=C4=81nis=20=C4=80bolti=C5=86=C5=A1?= Date: Sun, 5 Jan 2020 22:38:42 +0200 Subject: [PATCH] Typo --- js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/main.js b/js/main.js index c28e39d..560fe18 100644 --- a/js/main.js +++ b/js/main.js @@ -87,7 +87,7 @@ const dist = (x1,x2,y1,y2) => { const draw = () => { c.clearRect(0,0,w,h) c.fillStyle = "black" - c.fillText("Accurary: "+parseFloat(hits/totalShots).toFixed(4), 20, 30 ) + c.fillText("Accuracy: "+parseFloat(hits/totalShots).toFixed(4), 20, 30 ) cannon.show() if( cannonBall ) cannonBall.show()