From 3e379d80f9ea58e52f24baa75d50918fb567fc77 Mon Sep 17 00:00:00 2001 From: Mike Ball Date: Mon, 21 Oct 2024 12:35:38 -0400 Subject: [PATCH] chore: fix typo in man output Previously, `vhs man` output text incorrectly using the contraction "let's" (meaning "let us") rather than the verb "lets" (meaning "allows"). This fixes that :) Signed-off-by: Mike Ball --- man.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man.go b/man.go index 546a7c0a..a6a91b6e 100644 --- a/man.go +++ b/man.go @@ -18,7 +18,7 @@ import ( const specialChar = "%" var ( - manDescription = `VHS let's you write terminal GIFs as code. + manDescription = `VHS lets you write terminal GIFs as code. VHS reads .tape files and renders GIFs (videos). A tape file is a script made up of commands describing what actions to perform in the render.