mirror of
https://github.com/zhigang1992/angular.js.git
synced 2026-04-23 03:30:02 +08:00
chore(ngDoc): fix a typo with IE warning
This commit is contained in:
committed by
Pete Bacon Darwin
parent
2f96fbd175
commit
59c29e320a
@@ -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>');
|
||||
|
||||
Reference in New Issue
Block a user