From eee821949800482836ccdb19a792a7af8c77baca Mon Sep 17 00:00:00 2001 From: Luke Heath Date: Wed, 24 Aug 2022 14:20:54 -0500 Subject: [PATCH] Update Releasing-Fleet.md (#7366) --- docs/Contributing/Releasing-Fleet.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Contributing/Releasing-Fleet.md b/docs/Contributing/Releasing-Fleet.md index 54d3ab7773..2f96ef2867 100644 --- a/docs/Contributing/Releasing-Fleet.md +++ b/docs/Contributing/Releasing-Fleet.md @@ -50,7 +50,7 @@ Note: Please prefix versions with `fleet-v` (e.g., `fleet-v4.0.0`) in git tags, Note that `origin` may be `upstream` depending on your `git remote` configuration. The intent here is to push the new tag to the `github.com/fleetdm/fleet` repository. - Afte the tag is pushed, GitHub Actions will automatically begin building the new release. + After the tag is pushed, GitHub Actions will automatically begin building the new release. ***