From 456cb0c98f1f9124496248bb382d9f37c1b7b8d6 Mon Sep 17 00:00:00 2001 From: Dan McPherson Date: Fri, 26 Oct 2018 08:34:36 -0400 Subject: [PATCH] Fix typo --- serving/debugging-application-issues.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/serving/debugging-application-issues.md b/serving/debugging-application-issues.md index 46aff3ff50e..feeb224b1b4 100644 --- a/serving/debugging-application-issues.md +++ b/serving/debugging-application-issues.md @@ -80,7 +80,7 @@ If you see other conditions, to debug further: [Error Conditions and Reporting](https://github.com/knative/serving/blob/master/docs/spec/errors.md). Note: some of them are not implemented yet. An alternative is to [check Pod status](#check-pod-status). -* If you are using `BUILD` to deploy and the `BuidComplete` condition is not +* If you are using `BUILD` to deploy and the `BuildComplete` condition is not `True`, [check BUILD status](#check-build-status). ## Check Pod status