From 8fcaf10abc02d050a5ca0b99f2710f4ca2416824 Mon Sep 17 00:00:00 2001 From: Forrest Thomas Date: Mon, 27 Jul 2015 10:34:36 -0700 Subject: [PATCH] Update protractor.conf.js --- app/templates/protractor.conf.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/protractor.conf.js b/app/templates/protractor.conf.js index f2db1013..ea63fabc 100644 --- a/app/templates/protractor.conf.js +++ b/app/templates/protractor.conf.js @@ -15,7 +15,7 @@ exports.config = { baseUrl: 'http://localhost:3000', - // Spec patterns are relative to the current working directly when + // Spec patterns are relative to the current working directory when // protractor is called. specs: [paths.e2e + '/**/*.js'],