From 2d7bf51ebae6ee23f09ca22c927d667cec023a1a Mon Sep 17 00:00:00 2001 From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com> Date: Thu, 30 May 2024 21:03:50 +0200 Subject: [PATCH] refactor(lib/util/template): fix typo (#29343) --- lib/util/template/index.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/util/template/index.ts b/lib/util/template/index.ts index 83a308581a9086..55fc771b2dba0e 100644 --- a/lib/util/template/index.ts +++ b/lib/util/template/index.ts @@ -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: