From 59e94440c9acb7ffe593e6da60d3a5aaae60c6d7 Mon Sep 17 00:00:00 2001
From: JingchaoZhang <zhang@unl.edu>
Date: Tue, 12 Feb 2019 11:32:38 -0600
Subject: [PATCH] fixed --

---
 content/guides/submitting_jobs/submitting_ansys_jobs.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/content/guides/submitting_jobs/submitting_ansys_jobs.md b/content/guides/submitting_jobs/submitting_ansys_jobs.md
index fc35f4e7..2e3b3bbc 100644
--- a/content/guides/submitting_jobs/submitting_ansys_jobs.md
+++ b/content/guides/submitting_jobs/submitting_ansys_jobs.md
@@ -34,8 +34,8 @@ YOUR_ANSYS_COMMAND
 {{% /panel %}}
 Details of SLURM job submission can be found at [SUBMITTING JOBS]({{< relref "submitting_jobs" >}}).
 
-#### Running ANSYS interactively
+### Running ANSYS interactively
 
 1. To use graphical user interface, users need to first setup X11 forwarding. [HOW TO SETUP X11 FORWARDING]({{< relref "how_to_setup_x11_forwarding" >}})
-1. Start an interactie job using srun. NOTE: users need to add --licenses=ansys_research or --licenses=ansys_teaching to the srun command. [SUBMITTING AN INTERACTIVE JOB]({{< relref "submitting_an_interactive_job" >}})
+1. Start an interactie job using srun. NOTE: users need to add '--'licenses=ansys_research or '--'licenses=ansys_teaching to the srun command. [SUBMITTING AN INTERACTIVE JOB]({{< relref "submitting_an_interactive_job" >}})
 1. After the interactive job starts, execute "module load ansys/19.2", then run the ANSYS command, e.g. fluent, from command line. The GUI will show up if steps 1-2 are configured correctly. 
-- 
GitLab