mirror of
https://github.com/tj/git-extras.git
synced 2026-09-10 07:26:17 -04:00
Update git-repl.md: typo: "let's" for "lets" (#1158)
This commit is contained in:
parent
2c161aae02
commit
f0671e2733
|
|
@ -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\.
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue