diff --git a/docs/src/ngdoc.js b/docs/src/ngdoc.js index 4f94a1cd..0279829b 100644 --- a/docs/src/ngdoc.js +++ b/docs/src/ngdoc.js @@ -443,7 +443,7 @@ Doc.prototype = { if (restrict.match(/E/)) { dom.html('

'); - 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('

');