diff options
author | Rafael Fontenelle <rffontenelle@users.noreply.github.com> | 2021-10-03 11:04:10 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-03 11:04:10 -0300 |
commit | ca74c946109dac06b84fdaee4314093e963cbb3b (patch) | |
tree | 9bdf8c1f5f11118bc553050f60804a36354e894e | |
parent | ebea4327e3fe907477e2a3ed3a2ae3094103cf6e (diff) | |
download | sphinx-git-ca74c946109dac06b84fdaee4314093e963cbb3b.tar.gz |
doc: fix grammar of possessive of plural noun
-rw-r--r-- | doc/_templates/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/_templates/index.html b/doc/_templates/index.html index 6fa0c3ecc..3cb884ab7 100644 --- a/doc/_templates/index.html +++ b/doc/_templates/index.html @@ -118,7 +118,7 @@ this part of the documentation is for you.{%endtrans%}</p> <ul> - <li>{%trans path=pathto("internals/contributing")%}<a href="{{ path }}">Sphinx Contributors’s Guide</a></li>{%endtrans%} + <li>{%trans path=pathto("internals/contributing")%}<a href="{{ path }}">Sphinx Contributors’ Guide</a></li>{%endtrans%} <li>{%trans path=pathto("internals/authors")%}<a href="{{ path }}">Sphinx Authors</a></li>{%endtrans%} </ul> |