Skip to content

Commit f1b6312

Browse files
authored
docs(applesilicon): fix typo (#1084)
1 parent 5b6f4ca commit f1b6312

File tree

2 files changed

+2
-2
lines changed
  • scaleway-async/scaleway_async/applesilicon/v1alpha1
  • scaleway/scaleway/applesilicon/v1alpha1

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ async def batch_create_servers(
205205
) -> BatchCreateServersResponse:
206206
"""
207207
Create multiple servers atomically.
208-
Create multiple servers in the targeted zone specifying their configurations. If the request cannot entirely be fullfilled, no servers are created.
208+
Create multiple servers in the targeted zone specifying their configurations. If the request cannot entirely be fulfilled, no servers are created.
209209
:param type_: Create servers of the given type.
210210
:param enable_vpc: Activate the Private Network feature for these servers. This feature is configured through the Apple Silicon - Private Networks API.
211211
:param public_bandwidth_bps: Public bandwidth to configure for these servers. This defaults to the minimum bandwidth for the corresponding server type. For compatible server types, the bandwidth can be increased which incurs additional costs.

scaleway/scaleway/applesilicon/v1alpha1/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ def batch_create_servers(
205205
) -> BatchCreateServersResponse:
206206
"""
207207
Create multiple servers atomically.
208-
Create multiple servers in the targeted zone specifying their configurations. If the request cannot entirely be fullfilled, no servers are created.
208+
Create multiple servers in the targeted zone specifying their configurations. If the request cannot entirely be fulfilled, no servers are created.
209209
:param type_: Create servers of the given type.
210210
:param enable_vpc: Activate the Private Network feature for these servers. This feature is configured through the Apple Silicon - Private Networks API.
211211
:param public_bandwidth_bps: Public bandwidth to configure for these servers. This defaults to the minimum bandwidth for the corresponding server type. For compatible server types, the bandwidth can be increased which incurs additional costs.

0 commit comments

Comments
 (0)