Merge pull request #27 from akshay-zz/patch-1

Replace PascalCase with camelCase in point 7
This commit is contained in:
Konstantin
2020-04-28 21:45:43 +03:00
committed by GitHub
@@ -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;