From 2c45c49e45ffc6a94133c46ccbfc2c59bc63490f Mon Sep 17 00:00:00 2001 From: sebastianMindee <130448732+sebastianMindee@users.noreply.github.com> Date: Mon, 2 Jun 2025 19:02:35 +0200 Subject: [PATCH] :memo: fix typos in documentation --- docs/extras/guide/financial_document_v1.md | 2 +- docs/extras/guide/invoices_v4.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/extras/guide/financial_document_v1.md b/docs/extras/guide/financial_document_v1.md index 2b5d4fe5..062684cf 100644 --- a/docs/extras/guide/financial_document_v1.md +++ b/docs/extras/guide/financial_document_v1.md @@ -206,7 +206,7 @@ Aside from the previous attributes, all basic fields have access to a custom `__ ### AddressField Aside from the basic `BaseField` attributes, the address field `AddressField` also implements the following: -* **street_number** (`str`): String representation of the string number. Can be `None`. +* **street_number** (`str`): String representation of the street number. Can be `None`. * **street_name** (`str`): Name of the street. Can be `None`. * **po_box** (`str`): String representation of the PO Box number. Can be `None`. * **address_complement** (`str`): Address complement. Can be `None`. diff --git a/docs/extras/guide/invoices_v4.md b/docs/extras/guide/invoices_v4.md index 1f8de52c..85d87520 100644 --- a/docs/extras/guide/invoices_v4.md +++ b/docs/extras/guide/invoices_v4.md @@ -198,7 +198,7 @@ Aside from the previous attributes, all basic fields have access to a custom `__ ### AddressField Aside from the basic `BaseField` attributes, the address field `AddressField` also implements the following: -* **street_number** (`str`): String representation of the string number. Can be `None`. +* **street_number** (`str`): String representation of the street number. Can be `None`. * **street_name** (`str`): Name of the street. Can be `None`. * **po_box** (`str`): String representation of the PO Box number. Can be `None`. * **address_complement** (`str`): Address complement. Can be `None`.