Skip to content

Commit

Permalink
chore: fix typo in inline-resources (angular#2060)
Browse files Browse the repository at this point in the history
  • Loading branch information
belev authored and tinayuangao committed Dec 2, 2016
1 parent bd78b38 commit b07aa7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/release/inline-resources.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ function inlineResources(globs) {
}))
.then(content => writeFile(filePath, content))
.catch(err => {
console.error('An error occured: ', err);
console.error('An error occurred: ', err);
});
}));
}));
Expand Down

0 comments on commit b07aa7e

Please sign in to comment.