From 3dfb7d406bbaf72dc6142be0cf979626eaf97f25 Mon Sep 17 00:00:00 2001 From: Prakal Date: Tue, 8 Sep 2015 22:38:36 -0600 Subject: [PATCH] docs(angular1_router/build): Correct typo Closes #4069 --- modules/angular1_router/build.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/angular1_router/build.js b/modules/angular1_router/build.js index dada30707a..9446a19f95 100644 --- a/modules/angular1_router/build.js +++ b/modules/angular1_router/build.js @@ -91,7 +91,7 @@ function main() { /* * Given a directory name and a file's TypeScript content, return an object with the ES5 code, - * sourcemap, anf exported variable identifier name for the content. + * sourcemap, and exported variable identifier name for the content. */ var IMPORT_RE = new RegExp("import \\{?([\\w\\n_, ]+)\\}? from '(.+)';?", 'g'); function transform(dir, contents) {