Skip to content

Commit d9959f5

Browse files
committed
fix typo
1 parent c1113dd commit d9959f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/embark

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ var run = function(cmd) {
1414
}
1515
}
1616

17-
var deploy = fnction(embarkConfig) {
17+
var deploy = function(embarkConfig) {
1818
contractFiles = grunt.file.expand(embarkConfig.contracts);
1919
destFile = embarkConfig.output
2020
Embark.init()

0 commit comments

Comments
 (0)