From 0fa8557de46d5390481641f585292a3aa37b4972 Mon Sep 17 00:00:00 2001 From: Sarah Rainsberger Date: Wed, 17 Jan 2024 15:57:42 +0000 Subject: [PATCH] [ci] format --- packages/astro/src/@types/astro.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/astro/src/@types/astro.ts b/packages/astro/src/@types/astro.ts index e54eb0fec9..49d3ab9913 100644 --- a/packages/astro/src/@types/astro.ts +++ b/packages/astro/src/@types/astro.ts @@ -1642,7 +1642,7 @@ export interface AstroUserConfig { * * Prioritizes redirects and injected routes equally alongside file-based project routes, following the same [route priority order rules](https://docs.astro.build/en/core-concepts/routing/#route-priority-order) for all routes. * - * This allows more control over routing in your project by not automatically prioritizing certain types of routes, and standardizes the route priority ordering for all routes. + * This allows more control over routing in your project by not automatically prioritizing certain types of routes, and standardizes the route priority ordering for all routes. * * The following example shows which route will build certain page URLs when file-based routes, injected routes, and redirects are combined as shown below: * - File-based route: `/blog/post/[pid]`