From b83991bc170aa9135d0c66c078d0906516810759 Mon Sep 17 00:00:00 2001
From: Roman Sliva <roman.sliva@vsb.cz>
Date: Thu, 8 Dec 2022 12:40:43 +0100
Subject: [PATCH] Update job-scheduling.md

---
 docs.it4i/cs/job-scheduling.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs.it4i/cs/job-scheduling.md b/docs.it4i/cs/job-scheduling.md
index 4cc93e114..196323323 100644
--- a/docs.it4i/cs/job-scheduling.md
+++ b/docs.it4i/cs/job-scheduling.md
@@ -337,7 +337,7 @@ $ scontrol -d show job $SLURM_JOBID |grep GRES=
 ```
 IDX in the GRES attribute specifies index/indexes of FPGA(s) (or GPGPUs) allocated to the job on the node. In the given example - allocated resources are fpga:xilinx_alveo_u250:1(IDX:0), we should use FPGA with index/number 0 on node p03-amd01.
 
-### Request Specific Resource
+### Request Specific Resources
 
 It is possible to allocate specific resources. It is useful for partition p03-amd, where FPGAs of different types are available.
 
-- 
GitLab