diff --git a/api/swagger-spec/v1.json b/api/swagger-spec/v1.json index dbdaef1027a..433c4ba3429 100644 --- a/api/swagger-spec/v1.json +++ b/api/swagger-spec/v1.json @@ -13524,7 +13524,7 @@ }, "v1.Probe": { "id": "v1.Probe", - "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to recieve traffic.", + "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.", "properties": { "exec": { "$ref": "v1.ExecAction", diff --git a/api/swagger-spec/v1beta1.json b/api/swagger-spec/v1beta1.json index b270e5d8046..8d92f96c48f 100644 --- a/api/swagger-spec/v1beta1.json +++ b/api/swagger-spec/v1beta1.json @@ -3768,7 +3768,7 @@ }, "v1.Probe": { "id": "v1.Probe", - "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to recieve traffic.", + "description": "Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.", "properties": { "exec": { "$ref": "v1.ExecAction", diff --git a/docs/api-reference/extensions/v1beta1/definitions.html b/docs/api-reference/extensions/v1beta1/definitions.html index ca7f0f9ceaf..2896930c910 100755 --- a/docs/api-reference/extensions/v1beta1/definitions.html +++ b/docs/api-reference/extensions/v1beta1/definitions.html @@ -3257,7 +3257,7 @@ Populated by the system when a graceful deletion is requested. Read-only. More i
Probe describes a health check to be performed against a container to determine whether it is alive or ready to recieve traffic.
+Probe describes a health check to be performed against a container to determine whether it is alive or ready to receive traffic.