0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-20 22:12:38 -05:00

docs: updated comment from Accept-Header to Accept-Language (#10875)

Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
This commit is contained in:
Willie Möller 2024-05-21 13:21:18 +02:00 committed by GitHub
parent cefeadf0a4
commit b5f95b2fb1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 1 deletions

View file

@ -0,0 +1,5 @@
---
"astro": patch
---
Fixes a typo in a JSDoc annotation

View file

@ -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
*