From d4cbe2d6290bd1e5d9bb12ee68c9857e0422d3d7 Mon Sep 17 00:00:00 2001 From: aayushRedHat Date: Tue, 19 Dec 2023 09:12:43 +0530 Subject: [PATCH] fix: Fix Typo --- lib/generator.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/generator.js b/lib/generator.js index 30f6bcd83..97e684685 100644 --- a/lib/generator.js +++ b/lib/generator.js @@ -156,7 +156,7 @@ constructor(templateName, targetDir, { templateParams = {}, entrypoint, noOverwr * Check if the Registry Options are valid or not. * * @public - * @param {Object} invalidRegOptions Invalid Registery Options. + * @param {Object} invalidRegOptions Invalid Registry Options. * @return {boolean} */