From 57140a29d0e7fbd8087dfb104509658542dd8f09 Mon Sep 17 00:00:00 2001 From: Lex Li Date: Sat, 21 Sep 2024 04:31:05 -0400 Subject: [PATCH] Fixed a typo. --- docs/source/_templates/versioning.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/_templates/versioning.html b/docs/source/_templates/versioning.html index 032b5d98..85133693 100644 --- a/docs/source/_templates/versioning.html +++ b/docs/source/_templates/versioning.html @@ -22,7 +22,7 @@ current or not current.name.startswith("v") %} v: {% endif %} {{ current.name if current else "undefined" }} - {% if revisions %} {# This item lists the avaible versions grouped into + {% if revisions %} {# This item lists the available versions grouped into branches and tags. The item is hidden by default but appears when the user hovers over the version selector. #}