Skip to content

Commit e267840

Browse files
authored
fix(domain): fix typo in doc (#1289)
1 parent f0e6ca2 commit e267840

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

scaleway-async/scaleway_async/domain/v2beta1/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1569,7 +1569,7 @@ async def retry_inbound_transfer(
15691569
"""
15701570
Retry the inbound transfer of a domain.
15711571
Request a retry for the transfer of a domain from another registrar to Scaleway Domains and DNS.
1572-
:param domain: The domain being transfered.
1572+
:param domain: The domain being transferred.
15731573
:param project_id: The project ID to associated with the inbound transfer.
15741574
:param auth_code: An optional new auth code to replace the previous one for the retry.
15751575
:return: :class:`RetryInboundTransferResponse <RetryInboundTransferResponse>`

scaleway-async/scaleway_async/domain/v2beta1/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1681,7 +1681,7 @@ class RegistrarApiRenewDomainsRequest:
16811681
class RegistrarApiRetryInboundTransferRequest:
16821682
domain: str
16831683
"""
1684-
The domain being transfered.
1684+
The domain being transferred.
16851685
"""
16861686

16871687
project_id: Optional[str] = None

scaleway/scaleway/domain/v2beta1/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1567,7 +1567,7 @@ def retry_inbound_transfer(
15671567
"""
15681568
Retry the inbound transfer of a domain.
15691569
Request a retry for the transfer of a domain from another registrar to Scaleway Domains and DNS.
1570-
:param domain: The domain being transfered.
1570+
:param domain: The domain being transferred.
15711571
:param project_id: The project ID to associated with the inbound transfer.
15721572
:param auth_code: An optional new auth code to replace the previous one for the retry.
15731573
:return: :class:`RetryInboundTransferResponse <RetryInboundTransferResponse>`

scaleway/scaleway/domain/v2beta1/types.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1681,7 +1681,7 @@ class RegistrarApiRenewDomainsRequest:
16811681
class RegistrarApiRetryInboundTransferRequest:
16821682
domain: str
16831683
"""
1684-
The domain being transfered.
1684+
The domain being transferred.
16851685
"""
16861686

16871687
project_id: Optional[str] = None

0 commit comments

Comments
 (0)