From d9cc3e2eb4d3feb1313fdb3280b6eaecd428b037 Mon Sep 17 00:00:00 2001 From: Justin Smith Date: Fri, 17 Jan 2020 10:37:58 -0700 Subject: [PATCH] Typofix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 612f27a..a6fba0e 100644 --- a/README.md +++ b/README.md @@ -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();