Merge pull request #76 from joncol/fix-toc-overridding-typo

Fix `Overridding` typo in table of contents
This commit is contained in:
Ryan Yin 2024-01-26 08:29:20 +08:00 committed by GitHub
commit 206a9b7d0c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -203,7 +203,7 @@ function themeConfigEnglish() {
items: [ items: [
{ text: "Introduction", link: "/nixpkgs/intro.md" }, { text: "Introduction", link: "/nixpkgs/intro.md" },
{ text: "callPackage", link: "/nixpkgs/callpackage.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: "Overlays", link: "/nixpkgs/overlays.md" },
{ {
text: "Mutiple Nixpkgs Instances", text: "Mutiple Nixpkgs Instances",