From 588f5ea344064f740ca2b8c21e1f789d72ffb653 Mon Sep 17 00:00:00 2001
From: Dimitar Tasev <dimitar.tasev@stfc.ac.uk>
Date: Wed, 19 Sep 2018 09:28:43 +0100
Subject: [PATCH] Fixed typo

---
 dev-docs/source/Workbench.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-docs/source/Workbench.rst b/dev-docs/source/Workbench.rst
index 0fbc34d3160..7a243002b59 100644
--- a/dev-docs/source/Workbench.rst
+++ b/dev-docs/source/Workbench.rst
@@ -76,4 +76,4 @@ Follow these steps to narrow down the root of potential errors:
 - In the command prompt open the Python interpreter with ``python``.
 - Try to import the package where the error is happening. For example if there is an error on ``import qtpy``, ``from PyQt5 import QtCore``, try running that line in the interpreter.
 - If the import succeeds, then there is a problem with the ``PATH`` configuration in PyCharm.
-- If the import fails, then it is possible that Mantid has not been fully built. If you are trying to import ``PyQt4``/``PyQt5``/``qtpy``, and it fails to import from the command prompt, then the ``external`` dependencies might not be dowloaded or are corrupted.
+- If the import fails, then it is possible that Mantid has not been fully built. If you are trying to import ``PyQt4``/``PyQt5``/``qtpy``, and it fails to import from the command prompt, then the ``external`` dependencies might not be downloaded or are corrupted.
-- 
GitLab