mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-01 22:37:41 +08:00
chore(ngDoc): fix a typo with IE warning
This commit is contained in:
@@ -388,7 +388,7 @@ Doc.prototype = {
|
||||
var restrict = self.restrict || 'AC';
|
||||
|
||||
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.text('.');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user