summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKubernetes Submit Queue <k8s-merge-robot@users.noreply.github.com>2016-08-22 15:26:58 -0700
committerGitHub <noreply@github.com>2016-08-22 15:26:58 -0700
commit2a1722c80d98595eb83b3a10c95ac72e29843ca2 (patch)
treeb2b3f2945f9146de27b1668cde24f81c03e0ee74
parent4dafcd0bfd00943ba056d1508f3ff81afd5e28fa (diff)
parente01f2066e347d55d13c28011f3614826f455c10d (diff)
Merge pull request #30968 from Crazykev/fix-t
Automatic merge from submit-queue correct object in downward_api_resources_limits_requests
-rw-r--r--downward_api_resources_limits_requests.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/downward_api_resources_limits_requests.md b/downward_api_resources_limits_requests.md
index 4c1ac66a..6a5f660d 100644
--- a/downward_api_resources_limits_requests.md
+++ b/downward_api_resources_limits_requests.md
@@ -106,7 +106,7 @@ the values. As kubelet operates on internal objects (without json tags),
and the selectors are part of versioned objects, retrieving values of
the limits and requests can be handled using these two solutions:
-1. By converting an internal object to versioned obejct, and then using
+1. By converting an internal object to versioned object, and then using
the json path library to retrieve the values from the versioned object
by processing the selector.