diff --git a/docs/NAMING.md b/docs/NAMING.md index e2cf179e84..cf6e843bbe 100644 --- a/docs/NAMING.md +++ b/docs/NAMING.md @@ -24,7 +24,7 @@ Methods and functions: - Should be camel case with first lower case -Constants +Constants: - Example: `CORE_DIRECTIVES` - Should be all uppercase with SNAKE_CASE