Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents dd7e665 + 0ab8eba commit e6f9934Copy full SHA for e6f9934
README.md
@@ -650,7 +650,7 @@ then any other function that uses that `cart` array will be affected by this
650
addition. That may be great, however it can be bad too. Let's imagine a bad
651
situation:
652
653
-The user clicks the "Purchase", button which calls a `purchase` function that
+The user clicks the "Purchase" button which calls a `purchase` function that
654
spawns a network request and sends the `cart` array to the server. Because
655
of a bad network connection, the `purchase` function has to keep retrying the
656
request. Now, what if in the meantime the user accidentally clicks "Add to Cart"
0 commit comments