Skip to content

Commit ce72900

Browse files
authored
Update index.js
1 parent dd0c070 commit ce72900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const deviceHeight = screen.availHeight;
77
const colorDepth = screen.colorDepth;
88
let touchPoints = navigator.maxTouchPoints;
99
let touchSupport;
10-
// Phrases
10+
// Phrases
1111
const memeoryPhrase = `Your device memory [RAM] is around ${memory} GB.`;
1212
if (touchPoints > 1) {touchSupport = true}
1313
else {touchSupport = false}

0 commit comments

Comments
 (0)