Skip to content

Commit

Permalink
Minor comment rewording.
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffano committed Jul 22, 2023
1 parent 9e1563c commit 1d9854d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rtk.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class RTK {
*
* @param {Array} resources: an array of resources which contain version value
* @param {Object} opts: optional settings
* - dryRun: when true, changelog file won't be modified
* - dryRun: when true, no change will be made
*/
constructor(resources, opts) {
this.resources = resources || {};
Expand Down

0 comments on commit 1d9854d

Please sign in to comment.