From cf3b5cb2fcba7c1949d9ef90da5c91937670824d Mon Sep 17 00:00:00 2001 From: Pete Bacon Darwin Date: Fri, 19 Apr 2013 22:08:07 +0100 Subject: chore(ngDoc): fix a typo with IE warning --- docs/src/ngdoc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/src') 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('.'); } -- cgit v1.2.3