From 5ba9f6a966e8597e7d22fa987832f0239c5c8091 Mon Sep 17 00:00:00 2001 From: Rahat Ahmed Date: Wed, 2 May 2018 22:01:49 -0700 Subject: [PATCH] docs: Fix typo in transaction.md (#12804) --- docs/api/structures/transaction.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/structures/transaction.md b/docs/api/structures/transaction.md index 0ecf8ed8d90e..448c45329513 100644 --- a/docs/api/structures/transaction.md +++ b/docs/api/structures/transaction.md @@ -3,7 +3,7 @@ * `transactionIdentifier` String - A string that uniquely identifies a successful payment transaction. * `transactionDate` String - The date the transaction was added to the App Store’s payment queue. * `originalTransactionIdentifier` String - The identifier of the restored transaction by the App Store. -* `transactionState` String - The transaction sate (`"purchasing"`, `"purchased"`, `"failed"`, `"restored"`, or `"deferred"`) +* `transactionState` String - The transaction state (`"purchasing"`, `"purchased"`, `"failed"`, `"restored"`, or `"deferred"`) * `errorCode` Integer - The error code if an error occurred while processing the transaction. * `errorMessage` String - The error message if an error occurred while processing the transaction. * `payment` Object