diff options
author | Albert Villanova del Moral <8515462+albertvillanova@users.noreply.github.com> | 2021-03-30 08:45:34 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-30 08:45:34 +0200 |
commit | 260725c82314fb2937e360303c88c538e92d01f2 (patch) | |
tree | 1ab508627761d9c59b8476b77c244f93a0a567ff | |
parent | b342300c5efc40f0dc16a819d0a151ac097d02e8 (diff) | |
download | sphinx-git-260725c82314fb2937e360303c88c538e92d01f2.tar.gz |
Fix minor typo
-rw-r--r-- | doc/usage/restructuredtext/domains.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/usage/restructuredtext/domains.rst b/doc/usage/restructuredtext/domains.rst index e4909f793..53e1fc5d3 100644 --- a/doc/usage/restructuredtext/domains.rst +++ b/doc/usage/restructuredtext/domains.rst @@ -50,7 +50,7 @@ give the directive option flag ``:noindexentry:``. If you want to typeset an object description, without even making it available for cross-referencing, you can give the directive option flag ``:noindex:`` (which implies ``:noindexentry:``). -Though, note that not every directive en every domain may support these +Though, note that not every directive in every domain may support these options. .. versionadded:: 3.2 |