Skip to content

Commit b5f95b2

Browse files
W1M0Rflorian-lefebvre
andauthoredMay 21, 2024··
docs: updated comment from Accept-Header to Accept-Language (#10875)
Co-authored-by: Florian Lefebvre <contact@florian-lefebvre.dev>
1 parent cefeadf commit b5f95b2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

‎.changeset/rare-dots-check.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"astro": patch
3+
---
4+
5+
Fixes a typo in a JSDoc annotation

‎packages/astro/src/i18n/utils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ type BrowserLocale = {
77
};
88

99
/**
10-
* Parses the value of the `Accept-Header` language:
10+
* Parses the value of the `Accept-Language` header:
1111
*
1212
* More info: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Accept-Language
1313
*

0 commit comments

Comments
 (0)
Please sign in to comment.