Merge pull request #23 from Fgerthoffert/patch-1

UNOMI-255: Fix Typo
diff --git a/src/main/webapp/use-cases.html b/src/main/webapp/use-cases.html
index b0755d6..96e727a 100644
--- a/src/main/webapp/use-cases.html
+++ b/src/main/webapp/use-cases.html
@@ -6,7 +6,7 @@
     <div class="container pt-5 pb-2">
       <div class="jumbotron p-3 p-md-5 text-white bg-primary">
         <div class="col-md-12 px-0">
-          <h1 class="display-5 font-italic">Apache Unomi has several use cases for what your need!</h1>
+          <h1 class="display-5 font-italic">Apache Unomi has several use cases for what you need!</h1>
           <p class="lead my-3">Apache Unomi is a REST server that manages user profiles and events related to the profiles. It can be used to integrate personalization and profile management within very different systems such as CMS, CRMs, Issue Trackers, native mobile application. It was designed to be easy to integrate with external systems, promoting profile sharing and re-use in very different applications.</p>
           <p class="lead mb-0">Let's start !</p>
         </div>