From 0aeb92be6f31dd249a96328e2487da3ff6f0997c Mon Sep 17 00:00:00 2001 From: Jason Lengstorf Date: Mon, 29 Nov 2021 11:04:59 -0800 Subject: [PATCH] fix: typo (#2029) --- docs/src/pages/core-concepts/routing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages/core-concepts/routing.md b/docs/src/pages/core-concepts/routing.md index 9fc4ee1ee..0ac2d3095 100644 --- a/docs/src/pages/core-concepts/routing.md +++ b/docs/src/pages/core-concepts/routing.md @@ -87,7 +87,7 @@ In this example, a request for `/withastro/astro/tree/main/docs/public/favicon.s ```js { - org: 'snowpackjs', + org: 'withastro', repo: 'astro', branch: 'main', file: 'docs/public/favicon.svg'