Skip to content

Commit b3b44f0

Browse files
authored
fixed doc typo
1 parent bf7399c commit b3b44f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ php artisan vendor:publish --provider="Darryldecode\Cart\CartServiceProvider" --
5656

5757
### IMPORTANT NOTE!
5858
By default, the cart has a default sessionKey that holds the cart data. This
59-
also servers as a cart unique identifier which you can use to bind a cart to a specific user.
59+
also serves as a cart unique identifier which you can use to bind a cart to a specific user.
6060
To override this default session Key, you will just simply call the ```session($sessionKey)``` method
6161
BEFORE ANY OTHER METHODS!!.
6262

0 commit comments

Comments
 (0)