Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f96fbd commit 59c29e3Copy full SHA for 59c29e3
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