From 9fe9964e0f9681d3644eb06aafb545571c734ef9 Mon Sep 17 00:00:00 2001
From: Jan Siwiec <jan.siwiec@vsb.cz>
Date: Tue, 31 Mar 2020 12:42:14 +0200
Subject: [PATCH] Update workbench.md

---
 docs.it4i/software/tools/ansys/workbench.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs.it4i/software/tools/ansys/workbench.md b/docs.it4i/software/tools/ansys/workbench.md
index 2c39aa099..7959ddab2 100644
--- a/docs.it4i/software/tools/ansys/workbench.md
+++ b/docs.it4i/software/tools/ansys/workbench.md
@@ -6,7 +6,7 @@ It is possible to run Workbench scripts in batch mode. You need to configure sol
 
 ![](../../../img/AMsetPar1.png)
 
-Enable Distribute Solution checkbox and enter number of cores (e.g. 48 to run on two Salomon nodes). If you want the job to run on more then 1 node, you must also provide a so called MPI appfile. In the Additional Command Line Arguments input field, enter:
+Enable the Distribute Solution checkbox and enter the number of cores (e.g. 48 to run on two Salomon nodes). If you want the job to run on more than 1 node, you must also provide a so called MPI appfile. In the Additional Command Line Arguments input field, enter:
 
 ```console
     -mpifile /path/to/my/job/mpifile.txt
@@ -59,4 +59,4 @@ Now, save the project and close Workbench. We will use this script to launch the
     runwb2 -R jou6.wbjn -B -F test9.wbpj
 ```
 
-The solver settings are saved in file solvehandlers.xml, which is not located in the project directory. Verify your solved settings when uploading a project from your local computer.
+The solver settings are saved in the solvehandlers.xml file, which is not located in the project directory. Verify your solved settings when uploading a project from your local computer.
-- 
GitLab