Skip to content

Commit 8772aa5

Browse files
alexjovermegoist
authored andcommitted
Fix function name typo (#348)
1 parent f46774b commit 8772aa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/eval.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var chalk = require('chalk')
55
* prompt answers data.
66
*/
77

8-
module.exports = function evalualte (exp, data) {
8+
module.exports = function evaluate (exp, data) {
99
/* eslint-disable no-new-func */
1010
var fn = new Function('data', 'with (data) { return ' + exp + '}')
1111
try {

0 commit comments

Comments
 (0)