diff options
author | Damien George <damien.p.george@gmail.com> | 2017-07-02 21:29:06 +1000 |
---|---|---|
committer | Damien George <damien.p.george@gmail.com> | 2017-07-02 21:29:06 +1000 |
commit | 7e14f99c26af0e1df0979ba97ab6380339014a7d (patch) | |
tree | bb407dc92d9c12f5db2ef8ae49401de8e547296d | |
parent | d0797fbc182b45194e6c15ffc145ed1c5e844ad6 (diff) | |
download | micropython-7e14f99c26af0e1df0979ba97ab6380339014a7d.tar.gz micropython-7e14f99c26af0e1df0979ba97ab6380339014a7d.zip |
docs/topindex.html: Fix typo in "Glossary" heading.
-rw-r--r-- | docs/templates/topindex.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates/topindex.html b/docs/templates/topindex.html index 7ee1180ec2..3a9269eb17 100644 --- a/docs/templates/topindex.html +++ b/docs/templates/topindex.html @@ -88,7 +88,7 @@ </td> <td width="40%" style="padding-left:2em;"> <p class="biglink"> - <a class="biglink" href="{{ pathto("reference/glossary") }}">Glosssary</a><br/> + <a class="biglink" href="{{ pathto("reference/glossary") }}">Glossary</a><br/> <span class="linkdescr">MicroPython terms explained</span> </p> <p class="biglink"> |