Replace PascalCase with camelCase in point 7

This commit is contained in:
akshay-zz
2020-04-28 21:42:20 +05:30
committed by GitHub
parent b4b4519098
commit b0d06ee699
@@ -99,7 +99,7 @@ UriPart uriPart;
***Why: consistent with the Microsoft's .NET Framework and prevents inconsistent abbreviations.***
#### 7. Do use PascalCasing for abbreviations 3 characters or more (2 chars are both uppercase):
#### 7. Do use camelCasing for abbreviations 3 characters or more (2 chars are both uppercase):
```csharp
HtmlHelper htmlHelper;