From 038cc763bd672e51fccd04c1e40cd59d04e725f3 Mon Sep 17 00:00:00 2001 From: Lilferrit Date: Fri, 21 Jun 2024 14:32:49 -0700 Subject: [PATCH] fixed misspelling --- docs/_static/js/cli-page.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_static/js/cli-page.js b/docs/_static/js/cli-page.js index 8a882d6f..79c86771 100644 --- a/docs/_static/js/cli-page.js +++ b/docs/_static/js/cli-page.js @@ -20,6 +20,6 @@ // Change second header text content let secondHeader = document.querySelector("#casanovo > h3:first-of-type"); - secondHeader.textContent = "Cassanovo CLI Commands"; + secondHeader.textContent = "Casanovo CLI Commands"; } })(); \ No newline at end of file