Fix typo in CONTRIBUTING.adoc

This commit is contained in:
Vladimir Plizga
2020-05-23 08:26:24 +07:00
committed by Artem Bilan
parent 38a6b8e8c7
commit 7b71a944f5

View File

@@ -97,7 +97,7 @@ As discussed above, when issuing pull requests, please ensure that your commit h
From the command line you can check this using:
----
log --graph --pretty=oneline
git log --graph --pretty=oneline
----
As this may cause lots of typing, we recommend creating a global alias, e.g. `git logg` for this: