Skip to content

Commit 732cddf

Browse files
authored
Merge pull request #2153 from mateuszbartosik/RDoc-3539
RDoc-3539 Fix capitalization for Node.js
2 parents 91b43d4 + 0a7f8c7 commit 732cddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/LanguageSwitcher.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const languageOptions: LanguageOption[] = [
1313
{ label: "Java", value: "java", brand: "#f89820" },
1414
{ label: "Python", value: "python", brand: "#fbcb24" },
1515
{ label: "PHP", value: "php", brand: "#8993be" },
16-
{ label: "Node.JS", value: "nodejs", brand: "#3c873a" },
16+
{ label: "Node.js", value: "nodejs", brand: "#3c873a" },
1717
];
1818

1919
type LanguageSwitcherProps = {

0 commit comments

Comments
 (0)