diff --git a/lib/options.js b/lib/options.js index dc388114..2edfa9de 100644 --- a/lib/options.js +++ b/lib/options.js @@ -171,7 +171,7 @@ export const optionsDefinition = optionator({ option: "noserver", type: "Boolean", description: - "For better performances, npm-groovy-lint runs a local server to eep CodeNarc alive instead of loading java/groovy at each call. If you don't want that, send this argument", + "For better performances, npm-groovy-lint runs a local server to keep CodeNarc alive instead of loading java/groovy at each call. If you don't want that, send this argument", }, { option: "serverhost",