docs: update documentation for addNote function (#1833)

Co-Authored-By: Virgil <virgilwashere@users.noreply.github.com>
This commit is contained in:
Ashish Santikari 2021-03-05 01:19:31 +01:00 committed by GitHub
parent 07f12b9df2
commit 2b6c9ba093
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.