Skip to content

Commit

Permalink
refactor(lib/util/template): fix typo (#29343)
Browse files Browse the repository at this point in the history
  • Loading branch information
HonkingGoose committed May 30, 2024
1 parent 82861f5 commit 2d7bf51
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/util/template/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,11 +121,11 @@ export const allowedFields = {
newDigestShort:
'A shorted version of newDigest, for use when the full digest is too long to be conveniently displayed',
newMajor:
'The major version of the new version. e.g. "3" if the new version if "3.1.0"',
'The major version of the new version. e.g. "3" if the new version is "3.1.0"',
newMinor:
'The minor version of the new version. e.g. "1" if the new version if "3.1.0"',
'The minor version of the new version. e.g. "1" if the new version is "3.1.0"',
newPatch:
'The patch version of the new version. e.g. "0" if the new version if "3.1.0"',
'The patch version of the new version. e.g. "0" if the new version is "3.1.0"',
newName:
'The name of the new dependency that replaces the current deprecated dependency',
newValue:
Expand Down

0 comments on commit 2d7bf51

Please sign in to comment.