From 5304d5d87c9db4e5fabf367635a0982689661a49 Mon Sep 17 00:00:00 2001
From: Thierry Vuilleumier <thierry.vuilleumier@etu.hesge.ch>
Date: Sun, 3 Feb 2019 23:10:05 +0100
Subject: [PATCH] Change a character

---
 services/src/main/resources/static/demo.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/services/src/main/resources/static/demo.html b/services/src/main/resources/static/demo.html
index b3f09b6..3c889aa 100644
--- a/services/src/main/resources/static/demo.html
+++ b/services/src/main/resources/static/demo.html
@@ -38,7 +38,7 @@
 
     <h2>Events logs</h2>
     <p>DEFAULT: Print the log in the spring-boot console with the default value (id = 1) <a href="/log">/log</a></p>
-    <p>QUERY EXAMPLE: ürint the log with desired value <a href="/log?id=2">/log?id=2</a></p>
+    <p>QUERY EXAMPLE: Print the log with desired value <a href="/log?id=2">/log?id=2</a></p>
 
     <h2>Orders</h2>
     <!-- <p>Order 2 units of product with id = 1 <a href="/order?idProduct=1&quantity=2">/order?idProduct=1&quantity=2</a></p> -->
-- 
GitLab