Fix spelling error (grap = grab)

This commit is contained in:
Rex
2019-03-19 14:25:57 -05:00
committed by GitHub
parent 9ccc1c6c74
commit e90f42e94d
@@ -107,7 +107,7 @@ FtpTransfer ftpTransfer;
UIControl uiControl;
```
***Why: consistent with the Microsoft's .NET Framework. Caps would grap visually too much attention.***
***Why: consistent with the Microsoft's .NET Framework. Caps would grab visually too much attention.***
#### 8. Do not use Underscores in identifiers. Exception: you can prefix private fields with an underscore: