From f0671e27336258456f0ec2d2dac0f7b5ad646fe0 Mon Sep 17 00:00:00 2001 From: wyattscarpenter Date: Mon, 16 Sep 2024 12:19:03 -0700 Subject: [PATCH] Update git-repl.md: typo: "let's" for "lets" (#1158) --- man/git-repl.1 | 2 +- man/git-repl.html | 2 +- man/git-repl.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/man/git-repl.1 b/man/git-repl.1 index c7ab7a8a3..b3040f2d6 100644 --- a/man/git-repl.1 +++ b/man/git-repl.1 @@ -10,7 +10,7 @@ \fBgit\-repl\fR . .SH "DESCRIPTION" -Git read\-eval\-print\-loop\. Let\'s you run \fBgit\fR commands without typing \'git\'\. +Git read\-eval\-print\-loop\. Lets you run \fBgit\fR commands without typing \'git\'\. . .P Commands can be prefixed with an exclamation mark (!) to be interpreted as a regular command\. diff --git a/man/git-repl.html b/man/git-repl.html index e669a1bce..f24f7cedb 100644 --- a/man/git-repl.html +++ b/man/git-repl.html @@ -80,7 +80,7 @@

SYNOPSIS

DESCRIPTION

-

Git read-eval-print-loop. Let's you run git commands without typing 'git'.

+

Git read-eval-print-loop. Lets you run git commands without typing 'git'.

Commands can be prefixed with an exclamation mark (!) to be interpreted as a regular command.

diff --git a/man/git-repl.md b/man/git-repl.md index cfbfeb0cf..132533d28 100644 --- a/man/git-repl.md +++ b/man/git-repl.md @@ -7,7 +7,7 @@ git-repl(1) -- git read-eval-print-loop ## DESCRIPTION - Git read-eval-print-loop. Let's you run `git` commands without typing 'git'. + Git read-eval-print-loop. Lets you run `git` commands without typing 'git'. Commands can be prefixed with an exclamation mark (!) to be interpreted as a regular command.