Skip to content

Commit d59ef14

Browse files
fix typos
1 parent 6b3ce36 commit d59ef14

2 files changed

Lines changed: 16 additions & 16 deletions

File tree

docs/financial_document_v1.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -241,14 +241,14 @@ Aside from the previous attributes, all basic fields have access to a custom `to
241241
### AddressField
242242
Aside from the basic `BaseField` attributes, the address field `AddressField` also implements the following:
243243

244-
* **streetNumber** (`str`): String representation of the string number. Can be `null`.
245-
* **streetName** (`str`): Name of the street. Can be `null`.
246-
* **poBox** (`str`): String representation of the PO Box number. Can be `null`.
247-
* **addressComplement** (`str`): Address complement. Can be `null`.
248-
* **city** (`str`): City name. Can be `null`.
249-
* **postalcode** (`str`): String representation of the postal code. Can be `null`.
250-
* **state** (`str`): State name. Can be `null`.
251-
* **country** (`str`): Country name. Can be `null`.
244+
* **streetNumber** (`string`): String representation of the string number. Can be `null`.
245+
* **streetName** (`string`): Name of the street. Can be `null`.
246+
* **poBox** (`string`): String representation of the PO Box number. Can be `null`.
247+
* **addressComplement** (`string`): Address complement. Can be `null`.
248+
* **city** (`string`): City name. Can be `null`.
249+
* **postalcode** (`string`): String representation of the postal code. Can be `null`.
250+
* **state** (`string`): State name. Can be `null`.
251+
* **country** (`string`): Country name. Can be `null`.
252252

253253
Note: The `value` field of an AddressField should be a concatenation of the rest of the values.
254254

docs/invoices_v4.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -233,14 +233,14 @@ Aside from the previous attributes, all basic fields have access to a custom `to
233233
### AddressField
234234
Aside from the basic `BaseField` attributes, the address field `AddressField` also implements the following:
235235

236-
* **streetNumber** (`str`): String representation of the string number. Can be `null`.
237-
* **streetName** (`str`): Name of the street. Can be `null`.
238-
* **poBox** (`str`): String representation of the PO Box number. Can be `null`.
239-
* **addressComplement** (`str`): Address complement. Can be `null`.
240-
* **city** (`str`): City name. Can be `null`.
241-
* **postalcode** (`str`): String representation of the postal code. Can be `null`.
242-
* **state** (`str`): State name. Can be `null`.
243-
* **country** (`str`): Country name. Can be `null`.
236+
* **streetNumber** (`string`): String representation of the string number. Can be `null`.
237+
* **streetName** (`string`): Name of the street. Can be `null`.
238+
* **poBox** (`string`): String representation of the PO Box number. Can be `null`.
239+
* **addressComplement** (`string`): Address complement. Can be `null`.
240+
* **city** (`string`): City name. Can be `null`.
241+
* **postalcode** (`string`): String representation of the postal code. Can be `null`.
242+
* **state** (`string`): State name. Can be `null`.
243+
* **country** (`string`): Country name. Can be `null`.
244244

245245
Note: The `value` field of an AddressField should be a concatenation of the rest of the values.
246246

0 commit comments

Comments
 (0)