From a9e75691b50da6b25b0a10b59185a2d3fed4d0f7 Mon Sep 17 00:00:00 2001 From: Mike McNeil Date: Tue, 20 Sep 2022 11:20:47 -0500 Subject: [PATCH] Article: Typo fix (#7750) --- articles/fleet-4.20.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/fleet-4.20.0.md b/articles/fleet-4.20.0.md index fcf41f1dc3..b09d703ebb 100644 --- a/articles/fleet-4.20.0.md +++ b/articles/fleet-4.20.0.md @@ -31,7 +31,7 @@ The best practice is to create a team with test (canary) hosts first and then tu Here's how to turn on the software inventory feature for only your 🐣 Servers (canaries) team: -1. Log in to Fleet with `fleetctl login`. If you us single-sign on (SSO) to log in to Fleet, check out the [documentation for logging in with SSO](https://fleetdm.com/docs/using-fleet/fleetctl-cli#logging-in-with-saml-sso-authentication). +1. Log in to Fleet with `fleetctl login`. If you use single-sign on (SSO) to log in to Fleet, check out the [documentation for logging in with SSO](https://fleetdm.com/docs/using-fleet/fleetctl-cli#logging-in-with-saml-sso-authentication). 1. Run the `fleetctl get teams --yaml --name "🐣 Servers (canaries)" > "🐣 Servers (canaries)".yaml` command. This will create a YAML file in your current working directory. You may have to log in to Fleet with `fleetctl login`.