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'],