From a7ad2d77a637336e85c7ccb935ebe893bf131690 Mon Sep 17 00:00:00 2001
From: netpro2k <netpro2k@gmail.com>
Date: Tue, 10 Apr 2018 14:18:55 -0700
Subject: [PATCH] Correct wording in a comment

---
 src/systems/app-mode.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/systems/app-mode.js b/src/systems/app-mode.js
index ce83545e2..da5a42392 100644
--- a/src/systems/app-mode.js
+++ b/src/systems/app-mode.js
@@ -104,7 +104,7 @@ AFRAME.registerComponent("hud-controller", {
     offset: { default: 0.7 }, // distance from hud above head,
     lookCutoff: { default: 20 }, // angle at which the hud should be "on",
     animRange: { default: 30 }, // degrees over which to animate the hud into view
-    yawCutoff: { default: 50 } // yaw degrees at wich the hud should reoirent even if the user is looking down
+    yawCutoff: { default: 50 } // yaw degrees at wich the hud should reoirent even if the user is looking up
   },
   init() {
     this.isYLocked = false;
-- 
GitLab