Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cf3b5cb

Browse files
chore(ngDoc): fix a typo with IE warning
1 parent 192a225 commit cf3b5cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/ngdoc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,7 @@ Doc.prototype = {
388388
var restrict = self.restrict || 'AC';
389389

390390
if (restrict.match(/E/)) {
391-
dom.text('This directive can be used as custom element, but we aware of ');
391+
dom.text('This directive can be used as custom element, but be aware of ');
392392
dom.tag('a', {href:'guide/ie'}, 'IE restrictions');
393393
dom.text('.');
394394
}

0 commit comments

Comments
 (0)