diff options
Diffstat (limited to 'docs/src')
| -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>'); |
