From c595d09a8464be2007cc1fd8ca131e23c5fb9042 Mon Sep 17 00:00:00 2001 From: Mike Stevenson Date: Wed, 25 Oct 2017 17:15:12 -0700 Subject: [PATCH] fix typo Signed-off-by: Mike Stevenson --- docs/14-cleanup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/14-cleanup.md b/docs/14-cleanup.md index 8b8bcb0..690437a 100644 --- a/docs/14-cleanup.md +++ b/docs/14-cleanup.md @@ -105,7 +105,7 @@ gcloud -q compute networks delete kubernetes-the-hard-way Remove the CA certificate from the Root Certificates keystore: ``` -Get-ChildTtem -Path Cert:\CurrentUser\Root\ | Where-Object { +Get-ChildItem -Path Cert:\CurrentUser\Root\ | Where-Object { $_.Thumbprint -eq (Get-PfxCertificate .\ca.pem).Thumbprint } | Remove-Item ``` -Confirm the certificate details in the confirmation dialog box, and click Yes to continue. +Confirm the certificate details in the confirmation dialog box, and click Yes to continue.