We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2635276 commit ed83cdaCopy full SHA for ed83cda
deno/shared.ts
@@ -92,7 +92,7 @@ export function parseAcceptLanguage(value: string): string[] {
92
* ```ts
93
* const oldLangName = 'en_US'
94
* const langTag = normalizeLanguageName(oldLangName)
95
- * conosle.log(langTag) // en-US
+ * console.log(langTag) // en-US
96
* ```
97
*
98
* @param langName - The target language name
src/shared.ts
0 commit comments