From 5d0b1efba7bf0c2dbf8dae6635cb807631b92947 Mon Sep 17 00:00:00 2001 From: Tim Schaub Date: Wed, 16 Aug 2017 14:36:49 -0400 Subject: [PATCH] Fix typos --- test/karma.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/karma.config.js b/test/karma.config.js index 38d0bdd7aa..672107e46f 100644 --- a/test/karma.config.js +++ b/test/karma.config.js @@ -3,9 +3,9 @@ var path = require('path'); /** * The config below is not enough to run Karma. In addition, we need to add * all library files in dependency order. This could be done with a plugin if - * Karma supported async plugins (there may other alternatives as well). But + * Karma supported async plugins (there may be other alternatives as well). But * for now we start Karma with the `tasks/test.js` script. This script - * sorts dependencies and add files to the Karma config below. + * sorts dependencies and adds files to the Karma config below. */ module.exports = function(karma) {