Skip to content

Commit 59c29e3

Browse files
fidianpetebacondarwin
authored andcommitted
chore(ngDoc): fix a typo with IE warning
1 parent 2f96fbd commit 59c29e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/ngdoc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ Doc.prototype = {
443443

444444
if (restrict.match(/E/)) {
445445
dom.html('<p>');
446-
dom.text('This directive can be used as custom element, but we aware of ');
446+
dom.text('This directive can be used as custom element, but be aware of ');
447447
dom.tag('a', {href:'guide/ie'}, 'IE restrictions');
448448
dom.text('.');
449449
dom.html('</p>');

0 commit comments

Comments
 (0)