chore(ngDoc): fix a typo with IE warning

This commit is contained in:
Tyler Akins 2013-04-19 10:26:51 -05:00 committed by Pete Bacon Darwin
parent 2f96fbd175
commit 59c29e320a

View file

@ -443,7 +443,7 @@ Doc.prototype = {
if (restrict.match(/E/)) {
dom.html('<p>');
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('.');
dom.html('</p>');