From e15116f17828c5890c6ff1e86598b3b42a6412fb Mon Sep 17 00:00:00 2001 From: nirtamir2 Date: Sun, 12 May 2024 14:05:02 -0400 Subject: [PATCH] Fix typo --- .../paraglide/paraglide-next/marketplace-manifest.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inlang/source-code/paraglide/paraglide-next/marketplace-manifest.json b/inlang/source-code/paraglide/paraglide-next/marketplace-manifest.json index be19cad340..b04dc6910f 100644 --- a/inlang/source-code/paraglide/paraglide-next/marketplace-manifest.json +++ b/inlang/source-code/paraglide/paraglide-next/marketplace-manifest.json @@ -15,7 +15,7 @@ "pages": { "Setup": { "/": "./inlang/source-code/paraglide/paraglide-next/README.md", - "/pages-rounter": "./inlang/source-code/paraglide/paraglide-next/docs/pages-router.md" + "/pages-router": "./inlang/source-code/paraglide/paraglide-next/docs/pages-router.md" }, "Localised Routing": { "/overview": "./inlang/source-code/paraglide/paraglide-next/docs/routing/overview.md",