Skip to content
This repository has been archived by the owner on Jan 20, 2020. It is now read-only.

Commit

Permalink
Correct typo (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
TobCar authored and fb55 committed Oct 25, 2017
1 parent 1c95a90 commit 55f7ee1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ authedClient.cancelOrders(callback);
// `cancelOrders` may require you to make the request multiple times until
// all of the orders are deleted.

// `cancelAllOrders` will handle making these requests for you asyncronously.
// `cancelAllOrders` will handle making these requests for you asynchronously.
// Also, you can add a `product_id` param to only delete orders of that product.

// The data will be an array of the order IDs of all orders which were cancelled
Expand Down

0 comments on commit 55f7ee1

Please sign in to comment.