From 19cd9b885d976678b128fbe20f2fd5f50faeb15f Mon Sep 17 00:00:00 2001 From: Jameson Lopp Date: Fri, 17 Dec 2021 11:40:30 -0500 Subject: [PATCH] fix typo in sidebar nav --- docs/.vuepress/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/.vuepress/config.js b/docs/.vuepress/config.js index 5d175453f2..2d302fb9a4 100644 --- a/docs/.vuepress/config.js +++ b/docs/.vuepress/config.js @@ -34,7 +34,7 @@ const docsSidebar = [ collapsable: false, children: [ ['https://docs.rs/bdk/', 'Stable Docs'], - ['https://bitcoindevkit.org/docs-rs/bdk/nightly/latest/bdk/', 'Nightliy Docs'] + ['https://bitcoindevkit.org/docs-rs/bdk/nightly/latest/bdk/', 'Nightly Docs'] ], } ] -- 2.49.0