diff --git a/docs/index.md b/docs/index.md
index 657770bd..9c9415bd 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -2864,7 +2864,7 @@ instructions | [instructions](#transaction-instructions) | *Optional* Instructio
This method returns a promise that resolves with an object with the following structure:
Name | Type | Description
@@ -2912,7 +2912,7 @@ return api.prepareOrder(address, order)
## prepareOrderCancellation
-`prepareOrderCancellation(address: string, sequence: number, instructions: Object): Promise