Skip to content

Commit 208af77

Browse files
committed
docs: fix spelling in device plugins (partilar -> particular)
1 parent 144c6e9 commit 208af77

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)