Skip to content

Commit a86dc31

Browse files
wael-fadlallahsteveukx
authored andcommitted
syntax correction
1 parent 9af4328 commit a86dc31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

simple-git/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ For type details of the response for each of the tasks, please see the [TypeScri
345345
from the [git push](https://git-scm.com/docs/git-push) command. Note that `simple-git` enforces the use of
346346
`--verbose --porcelain` options in order to parse the response. You don't need to supply these options.
347347

348-
- `.push(remote, branch[, options])` pushes to a named remote/branch, supports additional
348+
- `.push(remote, branch, [options])` pushes to a named remote/branch, supports additional
349349
[options](#how-to-specify-options) from the [git push](https://git-scm.com/docs/git-push) command.
350350

351351
- `.pushTags(remote[, options])` pushes local tags to a named remote (equivalent to using `.push([remote, '--tags'])`)

0 commit comments

Comments
 (0)