We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 920ded6 commit 5fb60b2Copy full SHA for 5fb60b2
index.js
@@ -21,7 +21,7 @@ module.exports = {
21
const definitions = buildGlobalDefinitions(inputs.def);
22
console.info("Built-in definitions: ", definitions);
23
24
- console.group("Definition proces");
+ console.group("Definition process");
25
// Set the process env object
26
for (const definition of definitions) {
27
// Use old concat to provide a support to old Node versions
0 commit comments