Skip to content

Commit edb1c69

Browse files
authored
Merge pull request #1160 from mbssaiakhil/patch-12
Fix a broken href and typo in Ingress FAQ
2 parents 8332f73 + 80da3a7 commit edb1c69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/faq/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ in this directory with site specific information.
66
Table of Contents
77
=================
88

9-
* [How is Ingress different from Services?](#how-is-ingress-different-from-services)
9+
* [How is Ingress different from a Services?](#how-is-ingress-different-from-a-service)
1010
* [I created an Ingress and nothing happens, what now?](#i-created-an-ingress-and-nothing-happens-what-now)
1111
* [How do I deploy an Ingress controller?](#how-do-i-deploy-an-ingress-controller)
1212
* [Are Ingress controllers namespaced?](#are-ingress-controllers-namespaced)
@@ -32,7 +32,7 @@ or directly to the Service's endpoints.
3232

3333
Run `describe` on the Ingress. If you see create/add events, you have an Ingress
3434
controller running in the cluster, otherwise, you either need to deploy or
35-
restart your Ingress controller. If the events associaged with an Ingress are
35+
restart your Ingress controller. If the events associated with an Ingress are
3636
insufficient to debug, consult the controller specific FAQ.
3737

3838
## How do I deploy an Ingress controller?

0 commit comments

Comments
 (0)