Skip to content

Commit db7450b

Browse files
committed
spelling: parameter
1 parent 159299c commit db7450b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/JavascriptGenerator.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ class JavascriptGenerator {
5353
/**
5454
* Get the variables of all blocks that we need to inject.
5555
* 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.
56+
* The name will be added as a parameter in a IIFE the expression as its value.
5757
*/
5858
const vars = block.variables.reduce((result, value) => {
5959
const variable = this.sourceVariables(

0 commit comments

Comments
 (0)