Skip to content

Commit

Permalink
docs(web): fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
imobachgs committed Nov 13, 2024
1 parent 688397a commit e4631f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/context/installerL10n.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ function languageFromLocale(locale: string): string {
*
* It forces the encoding to "UTF-8".
*
* @param language as a TFC 5646 language tag (e.g., "en-US")
* @param language as a RFC 5646 language tag (e.g., "en-US")
* @return locale (e.g., "en_US.UTF-8")
*
* @private
Expand Down

0 comments on commit e4631f9

Please sign in to comment.