]> Untitled Git - bitcoindevkit.org/commitdiff
fix typo in sidebar nav
authorJameson Lopp <jameson.lopp@gmail.com>
Fri, 17 Dec 2021 16:40:30 +0000 (11:40 -0500)
committerGitHub <noreply@github.com>
Fri, 17 Dec 2021 16:40:30 +0000 (11:40 -0500)
docs/.vuepress/config.js

index 5d175453f2f4706578619440062e54811d5223ea..2d302fb9a4d68750f08069992ec2a97c686b6247 100644 (file)
@@ -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']
     ],
   }
 ]