diff options
| author | Tyler Akins | 2013-04-19 10:26:51 -0500 |
|---|---|---|
| committer | Pete Bacon Darwin | 2013-04-19 21:56:39 +0100 |
| commit | 59c29e320a2c764e59f990e2064689b0b4fc33c7 (patch) | |
| tree | c665578e5d79455c9e679bb7796fca264e8ff46e /docs | |
| parent | 2f96fbd17577685bc013a4f7ced06664af253944 (diff) | |
| download | angular.js-59c29e320a2c764e59f990e2064689b0b4fc33c7.tar.bz2 | |
chore(ngDoc): fix a typo with IE warning
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/src/ngdoc.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/src/ngdoc.js b/docs/src/ngdoc.js index 4f94a1cd..0279829b 100644 --- a/docs/src/ngdoc.js +++ b/docs/src/ngdoc.js @@ -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>'); |
