Skip to content

Commit 02e3215

Browse files
committed
Apply suggestions
Signed-off-by: Fran Mulero <[email protected]>
1 parent 6c32b76 commit 02e3215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/builder.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function applyModifiers(param, config) {
3636
// modifier specifies the default value.
3737
break;
3838
default:
39-
throw new Error(`Unknown modifier: ${modifier} for patameter ${param.name}`);
39+
throw new Error(`Unknown modifier: ${modifier} for parameter ${param.name}`);
4040
}
4141
});
4242
}

0 commit comments

Comments
 (0)