Skip to content

Commit 1803c1b

Browse files
📝 fix typos in md documentation (#245)
1 parent 7e106bc commit 1803c1b

File tree

2 files changed

+16
-16
lines changed

2 files changed

+16
-16
lines changed

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** (`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`.
244+
* **streetNumber** (`String`): String representation of the street 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** (`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`.
236+
* **streetNumber** (`String`): String representation of the street 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)