diff --git a/.changeset/rare-dots-check.md b/.changeset/rare-dots-check.md new file mode 100644 index 000000000000..f9d31090f0cf --- /dev/null +++ b/.changeset/rare-dots-check.md @@ -0,0 +1,5 @@ +--- +"astro": patch +--- + +Fixes a typo in a JSDoc annotation diff --git a/packages/astro/src/i18n/utils.ts b/packages/astro/src/i18n/utils.ts index 4bb237eda38b..e6b91c589b0c 100644 --- a/packages/astro/src/i18n/utils.ts +++ b/packages/astro/src/i18n/utils.ts @@ -7,7 +7,7 @@ type BrowserLocale = { }; /** - * Parses the value of the `Accept-Header` language: + * Parses the value of the `Accept-Language` header: * * More info: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language *