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 159299c commit db7450bCopy full SHA for db7450b
lib/JavascriptGenerator.js
@@ -53,7 +53,7 @@ class JavascriptGenerator {
53
/**
54
* Get the variables of all blocks that we need to inject.
55
* These will contain the variable name and its expression.
56
- * The name will be added as a paramter in a IIFE the expression as its value.
+ * The name will be added as a parameter in a IIFE the expression as its value.
57
*/
58
const vars = block.variables.reduce((result, value) => {
59
const variable = this.sourceVariables(
0 commit comments