aboutsummaryrefslogtreecommitdiffstats
path: root/docs/src
diff options
context:
space:
mode:
authorPete Bacon Darwin2013-04-19 22:08:07 +0100
committerPete Bacon Darwin2013-04-19 22:08:07 +0100
commitcf3b5cb2fcba7c1949d9ef90da5c91937670824d (patch)
treebee8bd22c4a9bd5b13584656277d801ac13593aa /docs/src
parent192a2258543d6255bbf6ea0bf202df00dd1d833c (diff)
downloadangular.js-cf3b5cb2fcba7c1949d9ef90da5c91937670824d.tar.bz2
chore(ngDoc): fix a typo with IE warning
Diffstat (limited to 'docs/src')
-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 f8f6cdf5..15f92d8c 100644
--- a/docs/src/ngdoc.js
+++ b/docs/src/ngdoc.js
@@ -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('.');
}