From b0d949b16383b8dd97c00d152690e52b4dec0a61 Mon Sep 17 00:00:00 2001
From: Daniel <daniel@harvey>
Date: Mon, 17 Aug 2020 17:47:51 +0200
Subject: [PATCH] DOC: Fixed typo

---
 .gitlab/merge_request_templates/Default.md | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.gitlab/merge_request_templates/Default.md b/.gitlab/merge_request_templates/Default.md
index 77a95da..2f4128f 100644
--- a/.gitlab/merge_request_templates/Default.md
+++ b/.gitlab/merge_request_templates/Default.md
@@ -30,17 +30,15 @@ guidelines](https://gitlab.com/caosdb/caosdb/-/blob/dev/REVIEW_GUIDELINES.md)
   - Problems with old code
   - Why this implementation?
 
-
 # Check List for the Reviewer
 
-
 - [ ] I understand the intent of this MR
 - [ ] All automated tests pass
 - [ ] Up-to-date CHANGELOG.md
 - [ ] The test environment setup works and the intended behavior is
   reproducible in the test environment
 - [ ] In-code documentation and comments are up-to-date.
-- [ ] Check: Are there spezifications? Are they satisfied?
+- [ ] Check: Are there specifications? Are they satisfied?
 
 For further good practices have a look at [our review guidelines](https://gitlab.com/caosdb/caosdb/-/blob/dev/REVIEW_GUIDELINES.md).
 
-- 
GitLab