Skip to content

Commit 3dfb7d4

Browse files
committed
docs(angular1_router/build): Correct typo
Closes angular#4069
1 parent 8810f53 commit 3dfb7d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/angular1_router/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ function main() {
9191

9292
/*
9393
* Given a directory name and a file's TypeScript content, return an object with the ES5 code,
94-
* sourcemap, anf exported variable identifier name for the content.
94+
* sourcemap, and exported variable identifier name for the content.
9595
*/
9696
var IMPORT_RE = new RegExp("import \\{?([\\w\\n_, ]+)\\}? from '(.+)';?", 'g');
9797
function transform(dir, contents) {

0 commit comments

Comments
 (0)