From 4087e29297477d29ee9d4c34a11310cfc09da275 Mon Sep 17 00:00:00 2001 From: Hoarfroster Date: Tue, 7 May 2024 08:11:30 +0800 Subject: [PATCH] fix: patch link name (#33454) see https://github.com/mdn/content/pull/33376#discussion_r1591165242 --- files/en-us/glossary/camel_case/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/en-us/glossary/camel_case/index.md b/files/en-us/glossary/camel_case/index.md index a79777fd7613f82..45deb2e97c609c9 100644 --- a/files/en-us/glossary/camel_case/index.md +++ b/files/en-us/glossary/camel_case/index.md @@ -18,6 +18,6 @@ Camel case is the most popular convention in JavaScript, Java, and various other ## See also -- {{Glossary("Snake_case", "Snake Case")}} -- {{Glossary("Kebab_case", "Kebab Case")}} +- {{Glossary("Snake case")}} +- {{Glossary("Kebab case")}} - [typescript-eslint rule: `naming-convention`](https://typescript-eslint.io/rules/naming-convention/)