We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f96fbd commit 59c29e3Copy full SHA for 59c29e3
1 file changed
docs/src/ngdoc.js
@@ -443,7 +443,7 @@ Doc.prototype = {
443
444
if (restrict.match(/E/)) {
445
dom.html('<p>');
446
- 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 ');
447
dom.tag('a', {href:'guide/ie'}, 'IE restrictions');
448
dom.text('.');
449
dom.html('</p>');
0 commit comments