mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-04-23 16:14:44 +00:00
chore(ngDoc): fix a typo with IE warning
This commit is contained in:
parent
192a225854
commit
cf3b5cb2fc
1 changed files with 1 additions and 1 deletions
|
|
@ -388,7 +388,7 @@ Doc.prototype = {
|
||||||
var restrict = self.restrict || 'AC';
|
var restrict = self.restrict || 'AC';
|
||||||
|
|
||||||
if (restrict.match(/E/)) {
|
if (restrict.match(/E/)) {
|
||||||
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.tag('a', {href:'guide/ie'}, 'IE restrictions');
|
||||||
dom.text('.');
|
dom.text('.');
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue