From 9d09f9272bd65ab96f66a62e0bcb36343204134f Mon Sep 17 00:00:00 2001
From: Marco Del Tufo <marco.deltufo@exact-lab.it>
Date: Tue, 1 Aug 2023 08:32:39 +0000
Subject: [PATCH] Update jupiterhub-for-openbis.md

---
 .../advance-features/jupiterhub-for-openbis.md              | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/user-documentation/advance-features/jupiterhub-for-openbis.md b/docs/user-documentation/advance-features/jupiterhub-for-openbis.md
index 0e30fa813b5..1ddd88fadcd 100644
--- a/docs/user-documentation/advance-features/jupiterhub-for-openbis.md
+++ b/docs/user-documentation/advance-features/jupiterhub-for-openbis.md
@@ -258,7 +258,7 @@ using.
 Now we can create a new image using as a starting point the latest from
 the official repository.
 
-> :warning: **It is best practice to include both the name of the user and the creation date in the image name. This will help when dealing with many versions created by different users at different times**.
+> :warning: **It is best practice to include both the name of the user and the creation date in the image name. This will help when dealing with many versions created by different users at different times.**
 
 ```shell
 $ docker build -t jupyterhub-openbis-sis-juanextensions-recipe-20180406 .
@@ -282,7 +282,7 @@ openbis/jupyterhub-openbis-sis-20180405                 latest              585a
 How to start a jupyterhub-openbis docker image on a productive JupyterHub server
 --------------------------------------------------------------------------------
 
-> :warning: **You can only have **ONE** jupyterhub-openbis image running on a server at one given time, since JupyterHub makes use of certain ports on the machine that are also configured in openBIS**.
+> :warning: **You can only have **ONE** jupyterhub-openbis image running on a server at one given time, since JupyterHub makes use of certain ports on the machine that are also configured in openBIS.**
 
 1. Find the jupyterhub-openbis-start.sh file in your server (please ask
 your admin).
@@ -322,7 +322,7 @@ Other useful Docker commands
 
 ### Save an image as a tar file to share it
 
-> :warning: **It is best practice to include both the name of the user and the creation date in the image name. This will help when dealing with many versions created by different users at different times**.
+> :warning: **It is best practice to include both the name of the user and the creation date in the image name. This will help when dealing with many versions created by different users at different times.**
 
 ```shell
 $ docker save jupyterhub-openbis-sis-20180405 > jupyterhub-openbis-sis-20180405.tar
-- 
GitLab