Skip to content

Commit 87649eb

Browse files
authored
docs(webhosting): update documentation (#103)
1 parent 070e896 commit 87649eb

File tree

2 files changed

+4
-4
lines changed
  • scaleway-async/scaleway_async/webhosting/v1alpha1
  • scaleway/scaleway/webhosting/v1alpha1

2 files changed

+4
-4
lines changed

scaleway-async/scaleway_async/webhosting/v1alpha1/api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ async def restore_hosting(
359359
region: Optional[Region] = None,
360360
) -> Hosting:
361361
"""
362-
Retore a hosting.
362+
Restore a hosting.
363363
Restore a hosting with the given ID.
364364
:param region: Region to target. If none is passed will use default region from the config.
365365
:param hosting_id: Hosting ID.
@@ -392,7 +392,7 @@ async def get_domain_dns_records(
392392
) -> DnsRecords:
393393
"""
394394
Get the DNS records.
395-
Get the DNS records of a specified domain.
395+
The set of DNS record of a specific domain associated to a hosting.
396396
:param region: Region to target. If none is passed will use default region from the config.
397397
:param domain: Domain associated to the DNS records.
398398
:return: :class:`DnsRecords <DnsRecords>`

scaleway/scaleway/webhosting/v1alpha1/api.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ def restore_hosting(
359359
region: Optional[Region] = None,
360360
) -> Hosting:
361361
"""
362-
Retore a hosting.
362+
Restore a hosting.
363363
Restore a hosting with the given ID.
364364
:param region: Region to target. If none is passed will use default region from the config.
365365
:param hosting_id: Hosting ID.
@@ -392,7 +392,7 @@ def get_domain_dns_records(
392392
) -> DnsRecords:
393393
"""
394394
Get the DNS records.
395-
Get the DNS records of a specified domain.
395+
The set of DNS record of a specific domain associated to a hosting.
396396
:param region: Region to target. If none is passed will use default region from the config.
397397
:param domain: Domain associated to the DNS records.
398398
:return: :class:`DnsRecords <DnsRecords>`

0 commit comments

Comments
 (0)