You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: deno/shared.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -64,15 +64,15 @@ export function parseAcceptLanguage(value: string): string[] {
64
64
}
65
65
66
66
/**
67
-
* nomralize the language name
67
+
* normalize the language name
68
68
*
69
69
* @description
70
70
* This function normalizes the locale name defined in {@link https://www.gnu.org/software/gettext/manual/gettext.html#Locale-Names | gettext(libc) style} to {@link https://datatracker.ietf.org/doc/html/rfc4646#section-2.1 | BCP 47 language tag}
Copy file name to clipboardExpand all lines: src/shared.ts
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -64,15 +64,15 @@ export function parseAcceptLanguage(value: string): string[] {
64
64
}
65
65
66
66
/**
67
-
* nomralize the language name
67
+
* normalize the language name
68
68
*
69
69
* @description
70
70
* This function normalizes the locale name defined in {@link https://www.gnu.org/software/gettext/manual/gettext.html#Locale-Names | gettext(libc) style} to {@link https://datatracker.ietf.org/doc/html/rfc4646#section-2.1 | BCP 47 language tag}
0 commit comments