docs typos

This commit is contained in:
Pablo Martin 2024-06-26 13:40:07 +02:00
parent e8f9432507
commit b3263e82b1

View file

@ -1025,7 +1025,7 @@ models:
- name: quantity
data_type: numeric
description: How much of the item is transfered in this transaction.
description: How much of the item is transferred in this transaction.
- name: unit_amount
data_type: numeric
@ -1034,17 +1034,17 @@ models:
- name: line_amount_local_curr
data_type: numeric
description: |
The total value transfered in this line, in the transaction currency.
The total value transferred in this line, in the transaction currency.
- name: line_amount_in_gbp
data_type: numeric
description: |
The total value transfered in this line, presented in GBP.
The total value transferred in this line, presented in GBP.
- name: line_amount_wo_taxes_local_curr
data_type: numeric
description: |
The total value transfered in this line, minus taxes, in the
The total value transferred in this line, minus taxes, in the
transaction currency.
In some cases, this will be the same value as the line amount. This
@ -1055,7 +1055,7 @@ models:
- name: line_amount_wo_taxes_in_gbp
data_type: numeric
description: |
TThe total value transfered in this line, minus taxes, presented in
The total value transferred in this line, minus taxes, presented in
GBP.
In some cases, this will be the same value as the line amount. This