chore(ngDoc): fix a typo with IE warning

This commit is contained in:
Pete Bacon Darwin 2013-04-19 22:08:07 +01:00
parent 192a225854
commit cf3b5cb2fc

View file

@ -388,7 +388,7 @@ Doc.prototype = {
var restrict = self.restrict || 'AC';
if (restrict.match(/E/)) {
dom.text('This directive can be used as custom element, but we aware of ');
dom.text('This directive can be used as custom element, but be aware of ');
dom.tag('a', {href:'guide/ie'}, 'IE restrictions');
dom.text('.');
}