mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Correct typo in git docs
This commit is contained in:
@@ -155,7 +155,7 @@ class Git
|
||||
# Retrieves a shortened version of the HEAD reference value.
|
||||
#
|
||||
# This removes the leading segments of `refs/heads`, `refs/tags`, or `refs/remotes`.
|
||||
# It also shortenes the SHA-1 of a detached `HEAD` to 7 characters.
|
||||
# It also shortens the SHA-1 of a detached `HEAD` to 7 characters.
|
||||
#
|
||||
# Returns a {String}.
|
||||
getShortHead: -> @getRepo().getShortHead()
|
||||
|
||||
Reference in New Issue
Block a user