aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src/ngdoc.js
diff options
context:
space:
mode:
authorTyler Akins2013-04-19 10:26:51 -0500
committerPete Bacon Darwin2013-04-19 21:56:39 +0100
commit59c29e320a2c764e59f990e2064689b0b4fc33c7 (patch)
treec665578e5d79455c9e679bb7796fca264e8ff46e /docs/src/ngdoc.js
parent2f96fbd17577685bc013a4f7ced06664af253944 (diff)
downloadangular.js-59c29e320a2c764e59f990e2064689b0b4fc33c7.tar.bz2
chore(ngDoc): fix a typo with IE warning
Diffstat (limited to 'docs/src/ngdoc.js')
-rw-r--r--docs/src/ngdoc.js2
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>');