summaryrefslogtreecommitdiff
path: root/docs/src
diff options
context:
space:
mode:
authorGravatar Jason Lengstorf <jason@lengstorf.com> 2021-11-29 11:04:59 -0800
committerGravatar GitHub <noreply@github.com> 2021-11-29 13:04:59 -0600
commit0aeb92be6f31dd249a96328e2487da3ff6f0997c (patch)
tree8ab8729614a991c8a847e3d1b64189a743b9fff4 /docs/src
parentbc7ee62615f7370b2133db372a97e946f33f43b2 (diff)
downloadastro-0aeb92be6f31dd249a96328e2487da3ff6f0997c.tar.gz
astro-0aeb92be6f31dd249a96328e2487da3ff6f0997c.tar.zst
astro-0aeb92be6f31dd249a96328e2487da3ff6f0997c.zip
fix: typo (#2029)
Diffstat (limited to 'docs/src')
-rw-r--r--docs/src/pages/core-concepts/routing.md2
1 files changed, 1 insertions, 1 deletions
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'