mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-17 07:40:22 +00:00
chore(ngDoc): fix a typo with IE warning
This commit is contained in:
parent
2f96fbd175
commit
59c29e320a
1 changed files with 1 additions and 1 deletions
|
|
@ -443,7 +443,7 @@ Doc.prototype = {
|
|||
|
||||
if (restrict.match(/E/)) {
|
||||
dom.html('<p>');
|
||||
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('</p>');
|
||||
|
|
|
|||
Loading…
Reference in a new issue