From a21c35babfa32129b9ed5a1a5b0c5babfe34d4b1 Mon Sep 17 00:00:00 2001 From: cswimr Date: Sun, 9 Feb 2025 14:02:58 -0600 Subject: [PATCH] fix typo in typedoc.json --- typedoc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/typedoc.json b/typedoc.json index 9f3b619..3fe883c 100644 --- a/typedoc.json +++ b/typedoc.json @@ -5,7 +5,7 @@ "name": "html", "path": "./docs/html", "options": { - "naivgation": { + "navigation": { "includeCategories": true, "includeGroups": true, "excludeReferences": false,