Fix typo: s/recieve/receive/

This commit is contained in:
Tim St. Clair
2015-11-19 19:23:40 -08:00
parent b12550273e
commit e4eff4bd6b
7 changed files with 9 additions and 9 deletions

View File

@@ -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",

View File

@@ -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",