diff --git a/src/app/app.component.html b/src/app/app.component.html
index 3a479f6022ab3dca84fe105a19eb0fdab7eef1cc..e4cf50877b5bb08ffba56f3b0e16d0057fc17603 100644
--- a/src/app/app.component.html
+++ b/src/app/app.component.html
@@ -17,7 +17,7 @@
     <h2><a target="_blank" rel="noopener" href="https://blog.angular.io/">Angular blog</a></h2>
   </li>
   <li>
-    <h2><a routerLink="/errorpage">Error Langing Page</a></h2>
+    <h2><a routerLink="/errorpage">Error Landing Page</a></h2>
   </li>
 </ul>
 
diff --git a/src/app/error-landing-page/error-landing-page.component.html b/src/app/error-landing-page/error-landing-page.component.html
index 3565c2f34c8fa557d693f4b7974b2df7b8340f35..0bc8f6f78a8eb341d4c68523aa4a589cbfa0b771 100644
--- a/src/app/error-landing-page/error-landing-page.component.html
+++ b/src/app/error-landing-page/error-landing-page.component.html
@@ -1,2 +1,2 @@
-<h1>404</h1>>
-<h2>The page you were looking for was not found</h2> 
+<h1>404</h1>
+<h3>The page you were looking for was not found</h3>