From 2b6c9ba093b2cd21975e0d08649aec73e026c85a Mon Sep 17 00:00:00 2001 From: Ashish Santikari Date: Fri, 5 Mar 2021 01:19:31 +0100 Subject: [PATCH] docs: update documentation for addNote function (#1833) Co-Authored-By: Virgil --- lib/git.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/git.js b/lib/git.js index 85857309..8aaf884a 100644 --- a/lib/git.js +++ b/lib/git.js @@ -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.