From 5eb05974374d81fd752baef2311e7e9652617e24 Mon Sep 17 00:00:00 2001 From: Alan Alickovic Date: Mon, 5 Feb 2024 14:02:50 +0100 Subject: [PATCH] fix typo (#9964) --- 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 e91d7fdacf..3bd38b01a4 100644 --- a/packages/astro/src/@types/astro.ts +++ b/packages/astro/src/@types/astro.ts @@ -1530,7 +1530,7 @@ export interface AstroUserConfig { * @version 3.7.0 * @description * - * - `"pathanme": The strategy is applied to the pathname of the URLs + * - `"pathname": The strategy is applied to the pathname of the URLs */ strategy: 'pathname';