From b1584fbbfef278cb0a9a780af6cc7edb03f49a7a Mon Sep 17 00:00:00 2001 From: Nathan Liang <1nathan.liang@gmail.com> Date: Thu, 1 Nov 2018 11:21:17 -0400 Subject: [PATCH] corrected CamelCase to camelCase (#32934) * corrected CamelCase to camelCase * Update index.md --- guide/english/typography/upper-and-lower-case/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/guide/english/typography/upper-and-lower-case/index.md b/guide/english/typography/upper-and-lower-case/index.md index c9000a7a13..b388c0f8b3 100644 --- a/guide/english/typography/upper-and-lower-case/index.md +++ b/guide/english/typography/upper-and-lower-case/index.md @@ -7,7 +7,7 @@ Uppercase (UC) is alternatively referred to as caps and capital. It is a typefac Many languages have two different written representations of their letters, **upper case** and **lower case**, also known as majuscule and minuscule forms. Upper case and lower case letters are often mixed in the same piece of text. The use of cases is decided by grammar, but a variety of [case styles](https://en.wikipedia.org/wiki/Letter_case#Case_styles) also exists. -Certain case styles are common in computer programming, referred to as [naming conventions](https://guide.freecodecamp.org/javascript/naming-convention-for-javascript), like CamelCase and snake_case. +Certain case styles are common in computer programming, referred to as [naming conventions](https://guide.freecodecamp.org/javascript/naming-convention-for-javascript), like camelCase and snake_case. ## Uppercase: A B C D E F G H I J K L M N O P Q R S T U V W X Y Z @@ -24,4 +24,4 @@ Capitalization is important for the following reasons: #### More Information: Computer Hope
Computer Hope
-Wikipedia \ No newline at end of file +Wikipedia