This is an automated email from the ASF dual-hosted git repository.
shuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/unomi-site.git
The following commit(s) were added to refs/heads/master by this push:
new ed6bb28 UNOMI-255: Fix Typo
new 885f7d0 Merge pull request #23 from Fgerthoffert/patch-1
ed6bb28 is described below
commit ed6bb283cd3d8ce4abfc334dd6b8c2112162e29b
Author: Francois G <[email protected]>
AuthorDate: Wed Dec 8 10:54:50 2021 -0500
UNOMI-255: Fix Typo
---
src/main/webapp/use-cases.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 @@ layout: default
<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>