From 73e94049e535e00e9005a1a4ea99f9f3b5872fc1 Mon Sep 17 00:00:00 2001
From: Josef Hrabal <josef.hrabal@vsb.cz>
Date: Wed, 20 Dec 2017 09:03:37 +0100
Subject: [PATCH] typo

---
 docs.it4i/software/tools/singularity.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs.it4i/software/tools/singularity.md b/docs.it4i/software/tools/singularity.md
index fd3003b3e..73c8144c5 100644
--- a/docs.it4i/software/tools/singularity.md
+++ b/docs.it4i/software/tools/singularity.md
@@ -86,7 +86,7 @@ DISTRIB_CODENAME=xenial
 DISTRIB_DESCRIPTION="Ubuntu 16.04.3 LTS"
 ```
 
-Singularity image can contain a runscript. This script is executed inside container after the `singularity run` command is used. The runscript is mostly used to run an application for which is the container build, in the following example it is **fortune | cowsay** command.
+Singularity image can contain a runscript. This script is executed inside container after the `singularity run` command is used. The runscript is mostly used to run an application for which is the container build, in the following example it is `fortune | cowsay` command.
 
 ```
 hra0031@login4:~$ singularity run ubuntu.img
-- 
GitLab