From e21d078b710955503b57e0a42b5ab9f2c64f5bd3 Mon Sep 17 00:00:00 2001 From: Donovan Brown Date: Thu, 3 Dec 2020 12:40:23 -0600 Subject: [PATCH 1/2] Corrected typo on overview.md (#976) I changed "is a simple as" to "is as simple as" --- daprdocs/content/en/concepts/overview.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daprdocs/content/en/concepts/overview.md b/daprdocs/content/en/concepts/overview.md index 46e9cad18..7031fd901 100644 --- a/daprdocs/content/en/concepts/overview.md +++ b/daprdocs/content/en/concepts/overview.md @@ -118,4 +118,4 @@ The `dapr-sentry` service is a certificate authority that enables mutual TLS bet -Deploying and running a Dapr enabled application into your Kubernetes cluster is a simple as adding a few annotations to the deployment schemes. You can see some examples [here](https://github.com/dapr/quickstarts/tree/master/hello-kubernetes/deploy) in the Kubernetes getting started sample. Try this out with the [Kubernetes quickstart](https://github.com/dapr/quickstarts/tree/master/hello-kubernetes). +Deploying and running a Dapr enabled application into your Kubernetes cluster is as simple as adding a few annotations to the deployment schemes. You can see some examples [here](https://github.com/dapr/quickstarts/tree/master/hello-kubernetes/deploy) in the Kubernetes getting started sample. Try this out with the [Kubernetes quickstart](https://github.com/dapr/quickstarts/tree/master/hello-kubernetes). From 66a49190791955d73a504f4bff2be9f18edf5f4a Mon Sep 17 00:00:00 2001 From: Ha Hoang Date: Fri, 4 Dec 2020 01:57:15 +0700 Subject: [PATCH 2/2] Update typo and broken link (#961) * Update broken link in grafana.md * Fix typo Co-authored-by: ha.hoangvan Co-authored-by: Mark Chmarny --- daprdocs/content/en/operations/monitoring/grafana.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/daprdocs/content/en/operations/monitoring/grafana.md b/daprdocs/content/en/operations/monitoring/grafana.md index 65e6a052b..7cbc62176 100644 --- a/daprdocs/content/en/operations/monitoring/grafana.md +++ b/daprdocs/content/en/operations/monitoring/grafana.md @@ -84,9 +84,9 @@ First you need to connect Prometheus as a data source to Grafana. ![data source](/images/grafana-datasources.png) -5. Add Prometheus as a data soruce. +5. Add Prometheus as a data source. - ![add data source](/images/grafana-datasources.png) + ![add data source](/images/grafana-add-datasources.png) 6. Enter Promethesus server address in your cluster.