From cf79905f5641792d490b22152c031b736ed3d581 Mon Sep 17 00:00:00 2001
From: Jan Siwiec <jan.siwiec@vsb.cz>
Date: Fri, 6 Mar 2020 07:00:06 +0100
Subject: [PATCH] Update job-priority.md (proofreading)

---
 docs.it4i/general/job-priority.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs.it4i/general/job-priority.md b/docs.it4i/general/job-priority.md
index 1dc2192ed..04ec07e70 100644
--- a/docs.it4i/general/job-priority.md
+++ b/docs.it4i/general/job-priority.md
@@ -20,7 +20,7 @@ Queue priorities can be seen [here][a].
 
 ### Fair-Share Priority
 
-Fair-share priority is priority calculated on the basis of recent usage of resources. Fair-share priority is calculated per project, all members of a project sharing the same fair-share priority. Projects with higher recent usage have a lower fair-share priority than projects with lower or no recent usage.
+Fair-share priority is calculated based on recent usage of resources. Fair-share priority is calculated per project, all members of a project sharing the same fair-share priority. Projects with higher recent usage have a lower fair-share priority than projects with lower or no recent usage.
 
 Fair-share priority is used for ranking jobs with equal queue priority.
 
@@ -38,11 +38,11 @@ Jobs queued in the queue qexp are not used to calculate the project's usage.
 !!! note
     Calculated usage and fair-share priority can be seen [here][b].
 
-Calculated fair-share priority can be also be seen in the Resource_List.fairshare attribute of a job.
+Calculated fair-share priority can also be seen in the Resource_List.fairshare attribute of a job.
 
 ### Eligible Time
 
-Eligible time is the amount (in seconds) of eligible time a job accrues while waiting to run. Jobs with higher eligible time gain higher priority.
+Eligible time is the amount of eligible time (in seconds) a job accrues while waiting to run. Jobs with higher eligible time gain higher priority.
 
 Eligible time has the least impact on execution priority. Eligible time is used for sorting jobs with equal queue priority and fair-share priority. It is very, very difficult for eligible time to compete with fair-share priority.
 
-- 
GitLab