Skip to content

Commit 834b336

Browse files
committed
typo
1 parent e5b2fbe commit 834b336

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ <h1>EPIC_Tracker</h1>
3333
<span class="pin"></span><br>
3434
<span class="weather"></span><br>
3535
<span class="temperature"></span><br>
36-
<span class="VPN"></span>
36+
<span class="VPN"></span><br>
3737
<strong class="rotation-rate"></strong><br>
3838
<strong class="acceleration"></strong>
3939
<br>

client/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ function guessIfTheDeviceIsOnTable(x,y,z) {
6363
if (x === 0 && y === 0 && z === 0) {
6464
return document.querySelector('.rotation-rate').textContent = `Your device is on something like a table`;
6565
}
66-
return document.querySelector('.rotation-rate').textContent = `Your device in your hands`;
66+
return document.querySelector('.rotation-rate').textContent = `Your device is in your hands`;
6767
}
6868
function getIfDeviceInAcceleration(x,y,z) {
6969
let a = x*x;

0 commit comments

Comments
 (0)