Update git-repl.md: typo: "let's" for "lets" (#1158)
Some checks failed
ci / lint (push) Has been cancelled
ci / typo (push) Has been cancelled
ci / test (push) Has been cancelled
ci / build (macos-latest) (push) Has been cancelled
ci / build (ubuntu-latest) (push) Has been cancelled

This commit is contained in:
wyattscarpenter 2024-09-16 12:19:03 -07:00 committed by GitHub
parent 2c161aae02
commit f0671e2733
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 3 additions and 3 deletions

View file

@ -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\.

View file

@ -80,7 +80,7 @@
<h2 id="DESCRIPTION">DESCRIPTION</h2>
<p> Git read-eval-print-loop. Let's you run <code>git</code> commands without typing 'git'.</p>
<p> Git read-eval-print-loop. Lets you run <code>git</code> commands without typing 'git'.</p>
<p> Commands can be prefixed with an exclamation mark (!) to be interpreted as
a regular command.</p>

View file

@ -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.