From 143b3c97c19cde55b86e9c83addd73ad3787a8a5 Mon Sep 17 00:00:00 2001
From: Nailia Iskhakova <niskhakova@gitlab.com>
Date: Fri, 16 Jul 2021 15:07:52 +0000
Subject: [PATCH] Add closing symbol to the fenced code block in MD

---
 doc/install/requirements.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/install/requirements.md b/doc/install/requirements.md
index 7f232145f0506..71d00e3f688d0 100644
--- a/doc/install/requirements.md
+++ b/doc/install/requirements.md
@@ -218,7 +218,7 @@ Take for example the following scenarios:
     - number of cores: 4
     - memory limit: (4 - 1.5) = 2.5 
   ]
-  ``
+  ```
 
   So, the highest from 2 and 2 is 2.
 
-- 
GitLab