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 6c32b76 commit 02e3215Copy full SHA for 02e3215
lib/builder.js
@@ -36,7 +36,7 @@ function applyModifiers(param, config) {
36
// modifier specifies the default value.
37
break;
38
default:
39
- throw new Error(`Unknown modifier: ${modifier} for patameter ${param.name}`);
+ throw new Error(`Unknown modifier: ${modifier} for parameter ${param.name}`);
40
}
41
});
42
0 commit comments