diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 54854db7b..e35b75203 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -71,7 +71,7 @@ Write a `.inspect()` method so an instance can be easily debugged in the console #### G6 - Naming Utility Namespaces -Name them in CamelCase, as they are namespaces. +Name them in UpperCamelCase, as they are namespaces. DO: ```javascript