summaryrefslogtreecommitdiff
path: root/docs/users_guide/ghci.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/users_guide/ghci.rst')
-rw-r--r--docs/users_guide/ghci.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/ghci.rst b/docs/users_guide/ghci.rst
index 3df5510d74..4b01724d9c 100644
--- a/docs/users_guide/ghci.rst
+++ b/docs/users_guide/ghci.rst
@@ -2212,7 +2212,7 @@ commonly used commands.
This output shows that, in the context of the current session (ie
in the scope of ``Prelude``), the first group of items from
- ``Data.Maybe`` are not in scope (althought they are available in
+ ``Data.Maybe`` are not in scope (although they are available in
fully qualified form in the GHCi session - see
:ref:`ghci-scope`), whereas the second group of items are in
scope (via ``Prelude``) and are therefore available either