Skip to content

Commit

Permalink
Sin syntax syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
delucis authored Jul 14, 2023
1 parent 11d8816 commit 22553d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/docs/en/reference/integrations-reference.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ A callback function to inject routes into an Astro project. Injected routes can

```js
injectRoute({
// Use Astro’s syntax for dynamic route syntax.
// Use Astro’s pattern syntax for dynamic routes.
pattern: '/subfolder/[dynamic]',
// Use relative path syntax for a local route.
entryPoint: './src/dynamic-page.astro'
Expand Down

0 comments on commit 22553d1

Please sign in to comment.