docs(angular1_router/build): Correct typo

Closes #4069
This commit is contained in:
Prakal 2015-09-08 22:38:36 -06:00 committed by prakal
parent 8810f53435
commit 3dfb7d406b
1 changed files with 1 additions and 1 deletions

View File

@ -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) {