Fix Overridding typo in table of contents

This commit is contained in:
Jonas Collberg 2024-01-25 20:49:35 +01:00
parent 17bc9c93d5
commit 26431da452

View File

@ -203,7 +203,7 @@ function themeConfigEnglish() {
items: [
{ text: "Introduction", link: "/nixpkgs/intro.md" },
{ text: "callPackage", link: "/nixpkgs/callpackage.md" },
{ text: "Overridding", link: "/nixpkgs/overriding.md" },
{ text: "Overriding", link: "/nixpkgs/overriding.md" },
{ text: "Overlays", link: "/nixpkgs/overlays.md" },
{
text: "Mutiple Nixpkgs Instances",