Fix spelling on linkerd check link (#2197)

Signed-off-by: Andrew Seigner <siggy@buoyant.io>
This commit is contained in:
Andrew Seigner 2019-02-04 14:00:11 -08:00 committed by GitHub
parent f2ba17d366
commit 3a139d0202
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -366,7 +366,7 @@ func (hc *HealthChecker) allCategories() []category {
}, },
{ {
description: "controller pod is running", description: "controller pod is running",
hintURL: "https://linkerd.io/2/faq/#l5d-existence-conroller", hintURL: "https://linkerd.io/2/faq/#l5d-existence-controller",
retryDeadline: hc.RetryDeadline, retryDeadline: hc.RetryDeadline,
fatal: true, fatal: true,
check: func() error { check: func() error {