Skip to content

Commit 5fb60b2

Browse files
Ben LmscBen Lmsc
authored andcommitted
fix(issue #4): small typo
1 parent 920ded6 commit 5fb60b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ module.exports = {
2121
const definitions = buildGlobalDefinitions(inputs.def);
2222
console.info("Built-in definitions: ", definitions);
2323

24-
console.group("Definition proces");
24+
console.group("Definition process");
2525
// Set the process env object
2626
for (const definition of definitions) {
2727
// Use old concat to provide a support to old Node versions

0 commit comments

Comments
 (0)