diff --git a/services/src/main/resources/static/demo.html b/services/src/main/resources/static/demo.html
index b3f09b6a9a2de9104f74f21607145a180c1358a9..3c889aa4170cbbaeeb2b73bfc4f320028a067f75 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> -->