From 68b4e6d821159b725b4c65f67b1f7f0eccb6ac89 Mon Sep 17 00:00:00 2001
From: Ioannis Moustakas <i.moustakas@lumc.nl>
Date: Thu, 14 Jul 2016 10:10:31 +0200
Subject: [PATCH] Fix Typo

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

diff --git a/docs/tools/SamplesTsvToJson.md b/docs/tools/SamplesTsvToJson.md
index 236884581..67d0df16a 100644
--- a/docs/tools/SamplesTsvToJson.md
+++ b/docs/tools/SamplesTsvToJson.md
@@ -27,7 +27,7 @@ Usage: SamplesTsvToJson [options]
 
 ~~~
 
-A user provides a TAB seperated file (TSV) with sample specific properties which are parsed into JSOn format by the tool.
+A user provides a TAB seperated file (TSV) with sample specific properties which are parsed into JSON format by the tool.
 For example, a user wants to add certain properties to the description of a sample, such as the treatment a sample received. Then a TSV file with an extra column called treatment is provided. 
 The resulting JSON file will have the 'treatment' property in it as well. The order of the columns is not relevant to the end result 
 
-- 
GitLab