From df74bd1503776a90259bbcc11ced991b9ea98175 Mon Sep 17 00:00:00 2001 From: Noah Talerman <47070608+noahtalerman@users.noreply.github.com> Date: Mon, 30 Mar 2026 18:34:29 -0400 Subject: [PATCH] Fix typo in installation instructions (#42702) --- cmd/fleetctl/fleetctl/templates/new/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/fleetctl/fleetctl/templates/new/README.md b/cmd/fleetctl/fleetctl/templates/new/README.md index bfbe15290b..b7bea0643d 100644 --- a/cmd/fleetctl/fleetctl/templates/new/README.md +++ b/cmd/fleetctl/fleetctl/templates/new/README.md @@ -10,7 +10,7 @@ You can read more about the anatomy of these files and what they do in [Fleet's ## How to use -1. Install fleectl. [Learn how](https://fleetdm.com/guides/fleetctl#installing-fleetctl). +1. Install fleetctl. [Learn how](https://fleetdm.com/guides/fleetctl#installing-fleetctl). 2. Open your Terminal, run `fleetctl new`, and follow instructions in the output.