From b3f879e39508d1a9fe8c0b84db46b607cd25a2e7 Mon Sep 17 00:00:00 2001 From: Wei Li Date: Thu, 1 Feb 2018 20:02:09 +0800 Subject: [PATCH] Typo fix: programtic -> programmatic (#7194) --- docs/reference/api-concepts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/api-concepts.md b/docs/reference/api-concepts.md index 609b9f55ae..c2a283f410 100644 --- a/docs/reference/api-concepts.md +++ b/docs/reference/api-concepts.md @@ -12,7 +12,7 @@ This page describes common concepts in the Kubernetes API. {% endcapture %} {% capture body %} -The Kubernetes API is a resource-based (RESTful) programatic interface provided via HTTP. It supports retrieving, creating, +The Kubernetes API is a resource-based (RESTful) programmatic interface provided via HTTP. It supports retrieving, creating, updating, and deleting primary resources via the standard HTTP verbs (POST, PUT, PATCH, DELETE, GET), includes additional subresources for many objects that allow fine grained authorization (such as binding a pod to a node), and can accept and serve those resources in different representations for convenience or efficiency. It also supports efficient change notifications on resources via "watches" and consistent lists to allow other components to effectively cache and synchronize the state of resources. ## Standard API terminology