From e33e782f9e8d95606ba972ae01edf14ab82cd749 Mon Sep 17 00:00:00 2001 From: Hovhannes Kuloghlyan Date: Wed, 9 Mar 2016 22:14:09 +0400 Subject: [PATCH] [DOC] Fix transaction spelling in getTransaction description --- docs/index.md | 2 +- src/common/schemas/objects/tx-type.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/index.md b/docs/index.md index 41aca47d..2fb9766b 100644 --- a/docs/index.md +++ b/docs/index.md @@ -811,7 +811,7 @@ Name | Type | Description id | [id](#transaction-id) | A hash of the transaction that can be used to identify it. address | [address](#ripple-address) | The address of the account that initiated the transaction. sequence | [sequence](#account-sequence-number) | The account sequence number of the transaction for the account that initiated it. -type | [transactionType](#transaction-types) | The type of the tranasction. +type | [transactionType](#transaction-types) | The type of the transaction. specification | object | A specification that would produce the same outcome as this transaction. The structure of the specification depends on the value of the `type` field (see [Transaction Types](#transaction-types) for details). *Note:* This is **not** necessarily the same as the original specification. outcome | object | The outcome of the transaction (what effects it had). *outcome.* result | string | Result code returned by rippled. See [Transaction Results](https://ripple.com/build/transactions/#full-transaction-response-list) for a complete list. diff --git a/src/common/schemas/objects/tx-type.json b/src/common/schemas/objects/tx-type.json index 6fb290ac..d2309542 100644 --- a/src/common/schemas/objects/tx-type.json +++ b/src/common/schemas/objects/tx-type.json @@ -2,7 +2,7 @@ "$schema": "http://json-schema.org/draft-04/schema#", "title": "transactionType", "link": "transaction-types", - "description": "The type of the tranasction.", + "description": "The type of the transaction.", "type": "string", "enum": ["payment", "order", "orderCancellation", "trustline", "settings", "suspendedPaymentCreation", "suspendedPaymentCancellation",