From f239c9e87edafd54c7e3b56c85aeb7228db8fe5c Mon Sep 17 00:00:00 2001 From: Mark Fussell Date: Tue, 14 Jul 2020 16:38:51 -0700 Subject: [PATCH] fixed typos (#689) Co-authored-by: Ori Zohar --- getting-started/environment-setup.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/getting-started/environment-setup.md b/getting-started/environment-setup.md index 0c7a5d7c7..4daedc72a 100644 --- a/getting-started/environment-setup.md +++ b/getting-started/environment-setup.md @@ -148,9 +148,9 @@ You can install Dapr on any Kubernetes cluster. Here are some helpful links: - [Setup Google Cloud Kubernetes Engine](https://cloud.google.com/kubernetes-engine/docs/quickstart) - [Setup Amazon Elastic Kubernetes Service](https://docs.aws.amazon.com/eks/latest/userguide/getting-started.html) -> **Note:** The dapr control plane containers are curently only distributed on linux containers. -> Your kubernetes cluser must contain available Linux capable nodes. -> Both the dapr cli, and the dapr helm chart will automatically deploy with affinity for nodes with the label kubernetes.io/os=linux. +> **Note:** The Dapr control plane containers are currently only distributed on linux containers. +> Your Kubernetes cluster must contain available Linux capable nodes. +> Both the Dapr CLI, and the Dapr Helm chart automatically deploy with affinity for nodes with the label `kubernetes.io/os=linux`. > For more information see [Deploying to a Hybrid Linux/Windows K8s Cluster](../howto/hybrid-clusters/) ### Using the Dapr CLI