From 03c018c772a84b0944af9a467f2a5790ee3e1443 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mikael=20H=C3=A4rsj=C3=B6?= Date: Tue, 23 Sep 2014 14:40:35 +0200 Subject: [PATCH] docs(README): fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fa63d0a875..da6416ea26 100644 --- a/README.md +++ b/README.md @@ -109,7 +109,7 @@ The angular-seed app comes preconfigured with unit tests. These are written in configuration file to run them. * the configuration is found at `karma.conf.js` -* the unit tests are found in next to the code they are testing and are named as `..._test.js`. +* the unit tests are found next to the code they are testing and are named as `..._test.js`. The easiest way to run the unit tests is to use the supplied npm script: