From 3cb249d061f3cf7d8a89d11aa7c461b5717795e6 Mon Sep 17 00:00:00 2001
From: Sa'ad <mashrur.mia@gmail.com>
Date: Fri, 1 Feb 2019 10:51:20 +0000
Subject: [PATCH] FIx typo in README.md

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index aabcb510..07d26b5b 100644
--- a/README.md
+++ b/README.md
@@ -89,7 +89,7 @@ $ kubectl delete -f manifests/
 
 Prometheus, Grafana, and Alertmanager dashboards can be accessed quickly using `kubectl port-forward` after running the quickstart via the commands below. Kubernetes 1.10 or later is required.
 
-> Note: There are instructions on how to route to these pods behdind an ingress controller in the [Exposing Prometheus/Alermanager/Grafana via Ingress](#exposing-prometheusalermanagergrafana-via-ingress) section.
+> Note: There are instructions on how to route to these pods behind an ingress controller in the [Exposing Prometheus/Alermanager/Grafana via Ingress](#exposing-prometheusalermanagergrafana-via-ingress) section.
 
 Prometheus
 
-- 
GitLab