File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
packages/clients/src/api/applesilicon/v1alpha1 Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ const jsonContentHeaders = {
4444}
4545
4646/**
47- * Apple silicon.
47+ * Apple silicon API .
4848 *
4949 * Apple Mac mini as a service. Scaleway Apple silicon as-a-Service is built
5050 * using the latest generation of Apple Mac mini hardware (fifth generation).
@@ -89,7 +89,8 @@ export class API extends ParentAPI {
8989 )
9090
9191 /**
92- * Get a server type. Get a server technical details.
92+ * Get a server type. Get technical details (CPU, disk size etc.) of a server
93+ * type.
9394 *
9495 * @param request - The request {@link GetServerTypeRequest}
9596 * @returns A Promise of ServerType
@@ -184,7 +185,7 @@ export class API extends ParentAPI {
184185 )
185186
186187 /**
187- * List all Operating System (OS). List all Operating System (OS). The
188+ * List all Operating Systems (OS). List all Operating Systems (OS). The
188189 * response will include the total number of OS as well as their associated
189190 * IDs, names and labels.
190191 *
You can’t perform that action at this time.
0 commit comments