From 7e1537792d3a88d45d9e94539a2e627a7d5bcd8d Mon Sep 17 00:00:00 2001 From: Tom Meadows Date: Thu, 14 Oct 2021 15:37:25 +0100 Subject: [PATCH] fixed typo on kubectl (#2673) --- docs/docs/releases.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/releases.md b/docs/docs/releases.md index b660f8e00..174648e27 100644 --- a/docs/docs/releases.md +++ b/docs/docs/releases.md @@ -9,7 +9,7 @@ description: This article describes various ways to install pomerium Pomerium is shipped in multiple formats and architectures to suit a variety of deployment patterns. There are two binaries: - `pomerium` is the primary server component. It is a monolithic binary that can perform the function of any [services mode](/reference/readme.md#service-mode). -- `pomerium-cli` (optional) is a command-line client for working with Pomerium. Functions include acting as an authentication helper for tools like [kubtctl](topics/kubernetes-integration.md). +- `pomerium-cli` (optional) is a command-line client for working with Pomerium. Functions include acting as an authentication helper for tools like [kubectl](topics/kubernetes-integration.md). [[toc]]