Skip to content

Commit 7d8515a

Browse files
authored
Merge pull request #38253 from oscr/concepts-extend-kuberenetes-device-plugins-spelling-partilar
[en] fix spelling error in Device Plugins concept page
2 parents 3cf9605 + 208af77 commit 7d8515a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/en/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ message ContainerDevices {
253253
```
254254
{{< note >}}
255255
cpu_ids in the `ContainerResources` in the `List` endpoint correspond to exclusive CPUs allocated
256-
to a partilar container. If the goal is to evaluate CPUs that belong to the shared pool, the `List`
256+
to a particular container. If the goal is to evaluate CPUs that belong to the shared pool, the `List`
257257
endpoint needs to be used in conjunction with the `GetAllocatableResources` endpoint as explained
258258
below:
259259
1. Call `GetAllocatableResources` to get a list of all the allocatable CPUs

0 commit comments

Comments
 (0)