summaryrefslogtreecommitdiff
path: root/sphinx/domains/javascript.py
diff options
context:
space:
mode:
authorTetsuo Koyama <tkoyama010@gmail.com>2020-07-19 00:43:11 +0000
committerTetsuo Koyama <tkoyama010@gmail.com>2020-07-19 00:43:11 +0000
commitae7c4cc3b87d270bd9089c8c145f569df2557b29 (patch)
treec6bf012f15d9eede6369612e424ec30940a80f0b /sphinx/domains/javascript.py
parente5d9527b0be3d54cedae022e98c195a93d68be41 (diff)
downloadsphinx-git-ae7c4cc3b87d270bd9089c8c145f569df2557b29.tar.gz
fix typo
Diffstat (limited to 'sphinx/domains/javascript.py')
-rw-r--r--sphinx/domains/javascript.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/domains/javascript.py b/sphinx/domains/javascript.py
index 6c75f8dd7..dc7d610c2 100644
--- a/sphinx/domains/javascript.py
+++ b/sphinx/domains/javascript.py
@@ -149,7 +149,7 @@ class JSObject(ObjectDescription):
:py:class:`JSObject` represents JavaScript language constructs. For
constructs that are nestable, this method will build up a stack of the
- nesting heirarchy so that it can be later de-nested correctly, in
+ nesting hierarchy so that it can be later de-nested correctly, in
:py:meth:`after_content`.
For constructs that aren't nestable, the stack is bypassed, and instead