Browse Source

Merge pull request #162 from krzysiekpiasecki/patch-1

Typo
Christian Esperar 8 years ago
parent
commit
bae8bc8918
1 changed files with 2 additions and 2 deletions
  1. 2 2
      production/page_404.html

+ 2 - 2
production/page_404.html

@@ -26,7 +26,7 @@
           <div class="col-middle">
             <div class="text-center text-center">
               <h1 class="error-number">404</h1>
-              <h2>Sorry but we couldnt find this page</h2>
+              <h2>Sorry but we couldn't find this page</h2>
               <p>This page you are looking for does not exist <a href="#">Report this?</a>
               </p>
               <div class="mid_center">
@@ -61,4 +61,4 @@
     <!-- Custom Theme Scripts -->
     <script src="js/custom.js"></script>
   </body>
-</html>
+</html>