From 208af77e41fca7dac33f9498cc2e18ea63c55ff9 Mon Sep 17 00:00:00 2001 From: Oscar Utbult Date: Sun, 4 Dec 2022 11:18:20 +0100 Subject: [PATCH] docs: fix spelling in device plugins (partilar -> particular) --- .../extend-kubernetes/compute-storage-net/device-plugins.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins.md b/content/en/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins.md index fe429aaca9..c845b949ff 100644 --- a/content/en/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins.md +++ b/content/en/docs/concepts/extend-kubernetes/compute-storage-net/device-plugins.md @@ -253,7 +253,7 @@ message ContainerDevices { ``` {{< note >}} cpu_ids in the `ContainerResources` in the `List` endpoint correspond to exclusive CPUs allocated -to a partilar container. If the goal is to evaluate CPUs that belong to the shared pool, the `List` +to a particular container. If the goal is to evaluate CPUs that belong to the shared pool, the `List` endpoint needs to be used in conjunction with the `GetAllocatableResources` endpoint as explained below: 1. Call `GetAllocatableResources` to get a list of all the allocatable CPUs