From c47d49dd3e3af2041b99f27b7e67b7fe747384f2 Mon Sep 17 00:00:00 2001 From: George Tankersley Date: Tue, 2 Feb 2016 16:25:55 -0800 Subject: [PATCH] Fix typo --- docs/proposals/kubelet-tls-bootstrap.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/proposals/kubelet-tls-bootstrap.md b/docs/proposals/kubelet-tls-bootstrap.md index 67a16986dea..573273225e1 100644 --- a/docs/proposals/kubelet-tls-bootstrap.md +++ b/docs/proposals/kubelet-tls-bootstrap.md @@ -128,7 +128,7 @@ CertificateSigningRequestStatus with the new data. An administrator using `kubectl` or another API client can query the CertificateSigningRequestList and update the status of CertificateSigningRequests. The default Status is Unknown, indicating that -there has been no decision so fare. A Status of True indicates that the admin +there has been no decision so far. A Status of True indicates that the admin has approved the request and the apiserver should issue the certificate. A Status of False indicates that the admin has denied the request. An admin may also supply Reason and Message fields to explain the rejection.