Merge pull request #60 from nexxai/patch-1

Typofix
This commit is contained in:
Patrick
2020-01-18 14:47:46 +01:00
committed by GitHub

View File

@@ -155,7 +155,7 @@ Cart::destroy();
### Cart::weight()
The `weight()` method can be used to get the weight total of all items in the cart, given there weight and quantity.
The `weight()` method can be used to get the weight total of all items in the cart, given their weight and quantity.
```php
Cart::weight();