Fixed spelling error on line 72

Corrected "grap" to "grab"
This commit is contained in:
Joseph Adamita
2019-04-08 10:48:04 -04:00
committed by GitHub
parent 2937c685b6
commit dea8b9d98c
@@ -69,7 +69,7 @@ public const string ShippingType = "DropShip";
public const string SHIPPINGTYPE = "DropShip";
```
***Why: consistent with the Microsoft's .NET Framework. Caps grap too much attention.***
***Why: consistent with the Microsoft's .NET Framework. Caps grab too much attention.***
#### 5. Use meaningful names for variables. The following example uses seattleCustomers for customers who are located in Seattle: