Fix typos

This commit is contained in:
Thomas 2018-06-21 21:23:48 +02:00
parent 745c10c85a
commit 316b23324c
No known key found for this signature in database
GPG key ID: BB71073A25B9B76C
3 changed files with 3 additions and 3 deletions

View file

@ -55,7 +55,7 @@ exports.level = {
"",
"`git push origin <source>:<destination>`",
"",
"This is commonly referred to as a colon refspec. Refspec is just a fancy name for a location that git can figure out (like the branch `foo` or even just `HEAD~1`)",
"This is commonly referred to as a colon refspec. Refspec is just a fancy name for a location that git can figure out (like the branch `foo` or even just `HEAD~1`)".,
"",
"Once you are specifying both the source and destination independently, you can get quite fancy and precise with remote commands. Let's see a demo!"
]