Skip to content

Commit d1e0785

Browse files
📝 fix typos in documentation (#326)
1 parent 617de77 commit d1e0785

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/extras/guide/financial_document_v1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ Aside from the previous attributes, all basic fields have access to a custom `__
206206
### AddressField
207207
Aside from the basic `BaseField` attributes, the address field `AddressField` also implements the following:
208208

209-
* **street_number** (`str`): String representation of the string number. Can be `None`.
209+
* **street_number** (`str`): String representation of the street number. Can be `None`.
210210
* **street_name** (`str`): Name of the street. Can be `None`.
211211
* **po_box** (`str`): String representation of the PO Box number. Can be `None`.
212212
* **address_complement** (`str`): Address complement. Can be `None`.

docs/extras/guide/invoices_v4.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ Aside from the previous attributes, all basic fields have access to a custom `__
198198
### AddressField
199199
Aside from the basic `BaseField` attributes, the address field `AddressField` also implements the following:
200200

201-
* **street_number** (`str`): String representation of the string number. Can be `None`.
201+
* **street_number** (`str`): String representation of the street number. Can be `None`.
202202
* **street_name** (`str`): Name of the street. Can be `None`.
203203
* **po_box** (`str`): String representation of the PO Box number. Can be `None`.
204204
* **address_complement** (`str`): Address complement. Can be `None`.

0 commit comments

Comments
 (0)