Skip to content

Commit

Permalink
Nits
Browse files Browse the repository at this point in the history
  • Loading branch information
brentyi committed May 25, 2024
1 parent 400cafc commit 009594a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/source/_templates/sidebar/brand.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
return await response.text();
}
async function viserDocsPopulateVersionDropDown () {
// Load the version list lazily... reduces likelihood of running into GitHub API rate limits.
// Load the version list lazily...
if (viserDocsVersionsPopulated) {
return;
}
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ See also: our [development docs](https://viser.studio/development/).


.. toctree::
:caption: API (Auxilliary)
:caption: API (Auxiliary)
:hidden:
:maxdepth: 1
:titlesonly:
Expand Down

0 comments on commit 009594a

Please sign in to comment.