Update config.ts to correct spelling "Best Pracetice" to ""Best Practice""

This commit is contained in:
Russell Damerell-Moss 2023-06-24 06:07:57 +02:00 committed by GitHub
parent 55134de7d5
commit b1be24f166
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -25,7 +25,7 @@ export default defineConfig({
nav: [
{ text: "Home", link: "/" },
{ text: "Get Started", link: "/introduction/index.md" },
{ text: "Best Pracetice", link: "/best-practices/intro.md" },
{ text: "Best Practice", link: "/best-practices/intro.md" },
],
sidebar: [