From 59c29e320a2c764e59f990e2064689b0b4fc33c7 Mon Sep 17 00:00:00 2001 From: Tyler Akins Date: Fri, 19 Apr 2013 10:26:51 -0500 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/ngdoc.js') 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('
'); - 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('
'); -- cgit v1.2.3