diff --git a/frontend/src/metabase/routes.jsx b/frontend/src/metabase/routes.jsx
index 348a0e64ff246582be349be912d94728592bce74..eac844c94053415353af81dfae17b690fd4f4023 100644
--- a/frontend/src/metabase/routes.jsx
+++ b/frontend/src/metabase/routes.jsx
@@ -201,7 +201,7 @@ export const getRoutes = store => (
 
       {/* MAIN */}
       <Route component={IsAuthenticated}>
-        {/* The global all hands rotues, things in here are for all the folks */}
+        {/* The global all hands routes, things in here are for all the folks */}
         <Route
           path="/"
           component={HomePage}