Skip to content

Commit

Permalink
docs: update documentation for addNote function (#1833)
Browse files Browse the repository at this point in the history
Co-Authored-By: Virgil <virgilwashere@users.noreply.github.com>
  • Loading branch information
ashishsantikari and virgilwashere committed Mar 5, 2021
1 parent 07f12b9 commit 2b6c9ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/git.js
Expand Up @@ -318,7 +318,7 @@ async function getNote(ref, execaOptions) {
}

/**
* Get and parse the JSON note of a given reference.
* Add JSON note to a given reference.
*
* @param {Object} note The object to save in the reference note.
* @param {String} ref The Git reference to add the note to.
Expand Down

0 comments on commit 2b6c9ba

Please sign in to comment.