diff --git a/LICENSE b/LICENSE index 1c8c5bf..cfc462b 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2014 Boris Diakur +Copyright (c) 2023 Boris Diakur Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/lib/n_.js b/lib/n_.js index d75a0eb..340272b 100644 --- a/lib/n_.js +++ b/lib/n_.js @@ -108,7 +108,7 @@ function injectLodashIntoRepl(server, lodashes, promptConfig, c) { help: (repl) => repl.log( [ - `${c.bold[helpColor]('.lodash')} enable you to configure the ${c.bold( + `${c.bold[helpColor]('.lodash')} enables you to configure the ${c.bold( '_' )} lodash instance of n_ repl, here are the available sub-commands:`, ...Object.entries(commandHelps).map( diff --git a/test/n_.test.js b/test/n_.test.js index 0cdfcb0..3e8a11c 100644 --- a/test/n_.test.js +++ b/test/n_.test.js @@ -139,7 +139,7 @@ test('should expose last value under __ (alias of original special variable _)', t.is(n_.last, '4012') }) -const helpText = `.lodash enable you to configure the _ lodash instance of n_ repl, here are the available sub-commands: +const helpText = `.lodash enables you to configure the _ lodash instance of n_ repl, here are the available sub-commands: - fp: set _ to lodash/fp - vanilla: set _ to 'vanilla' lodash - swap: change flavor of _ (from vanilla to fp or the reverse)