diff --git a/Container/src/V1/NodeTaint.php b/Container/src/V1/NodeTaint.php index c6556f67e2cd..7e856b7cacc8 100644 --- a/Container/src/V1/NodeTaint.php +++ b/Container/src/V1/NodeTaint.php @@ -9,7 +9,7 @@ use Google\Protobuf\Internal\GPBUtil; /** - * Kubernetes taint is comprised of three fields: key, value, and effect. Effect + * Kubernetes taint is composed of three fields: key, value, and effect. Effect * can only be one of three types: NoSchedule, PreferNoSchedule or NoExecute. * See * [here](https://kubernetes.io/docs/concepts/configuration/taint-and-toleration)