From 1963365b10799e5b2cdbcb037ac8093ae7468f7c Mon Sep 17 00:00:00 2001
From: Vytor Calixto <vytorcalixto@gmail.com>
Date: Mon, 3 Oct 2016 12:00:31 -0300
Subject: [PATCH] Fix typo in gulpfile

---
 gulpfile.babel.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gulpfile.babel.js b/gulpfile.babel.js
index bbd47eee..10fd314a 100644
--- a/gulpfile.babel.js
+++ b/gulpfile.babel.js
@@ -61,7 +61,7 @@ gulp.task('docco', () => {
 
 gulp.task('doc', ['docco']);
 
-ulp.task('test', () => {
+gulp.task('test', () => {
     process.chdir('build');
     gulp.src('test/test.js', {read: false})
     .pipe(mocha())
-- 
GitLab