From 7179c6cc4c4a8c33177e4d3210e5bf8542806627 Mon Sep 17 00:00:00 2001 From: Fluency <93673101+fluencydoc@users.noreply.github.com> Date: Fri, 19 Nov 2021 10:30:31 -0800 Subject: [PATCH] Fix punctuation in extra/update-version.js Co-authored-by: Adam Stachowicz --- extra/update-version.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/update-version.js b/extra/update-version.js index 34b46281..34404f4e 100644 --- a/extra/update-version.js +++ b/extra/update-version.js @@ -38,7 +38,7 @@ if (! exists) { } /** - * Updates the version number in package.json and commits it to git + * Updates the version number in package.json and commits it to git. * @param {string} version - The new version number * * Generated by Trelent