From 2fa0635ca04339887f3b7d85414b64bdf0a91047 Mon Sep 17 00:00:00 2001 From: Matthias Altmann Date: Tue, 16 Mar 2021 14:46:42 +0100 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 343cdde..d56492e 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ Java programmer -> Testautomation -> Docker -> OpenShift -> Kubernetes # `kubectl` - what's this about? -* Main command line tool to interact with Kubernetes writen in Golang +* Main command line tool to interact with Kubernetes written in Golang * Maintained by SIG API Machinery (part of official community) * Source code: https://github.com/kubernetes/kubernetes/tree/master/pkg/kubectl * Uses REST HTTPS calls